Flag two tests as flaky. See inline comments for JIRA tickets.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Acceptance tests for Home Page (My Courses / My Libraries).
|
||||
"""
|
||||
from bok_choy.web_app_test import WebAppTest
|
||||
from flaky import flaky
|
||||
from opaque_keys.edx.locator import LibraryLocator
|
||||
from uuid import uuid4
|
||||
|
||||
@@ -32,6 +33,7 @@ class CreateLibraryTest(WebAppTest):
|
||||
self.auth_page = AutoAuthPage(self.browser, staff=True)
|
||||
self.dashboard_page = DashboardPage(self.browser)
|
||||
|
||||
@flaky # TODO: SOL-430
|
||||
def test_create_library(self):
|
||||
"""
|
||||
From the home page:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
Acceptance tests for Studio's Settings Details pages
|
||||
"""
|
||||
from datetime import datetime, timedelta
|
||||
from flaky import flaky
|
||||
from nose.plugins.attrib import attr
|
||||
from unittest import skip
|
||||
|
||||
@@ -174,6 +175,7 @@ class SettingsMilestonesTest(StudioSettingsDetailsTest):
|
||||
text='Entrance Exam'
|
||||
))
|
||||
|
||||
@flaky # TODO: SOL-1595
|
||||
def test_entrance_exam_has_unit_button(self):
|
||||
"""
|
||||
Test that entrance exam should be created after checking the 'enable entrance exam' checkbox.
|
||||
|
||||
Reference in New Issue
Block a user