Flag two tests as flaky. See inline comments for JIRA tickets.

This commit is contained in:
Ben Patterson
2016-03-11 13:18:54 -05:00
parent 8ab50177de
commit 94c0a54664
2 changed files with 4 additions and 0 deletions

View File

@@ -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:

View File

@@ -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.