Commit e99a56f3 by Ben Patterson

Merge pull request #8470 from edx/benp/flag-flakies-jun2015

Flag test as flaky. See SOL-975
parents ce8550db 59774928
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
Test course discovery. Test course discovery.
""" """
import datetime import datetime
from flaky import flaky
import json import json
import os import os
...@@ -70,6 +71,7 @@ class CourseDiscoveryTest(WebAppTest): ...@@ -70,6 +71,7 @@ class CourseDiscoveryTest(WebAppTest):
""" """
self.page.visit() self.page.visit()
@flaky # TODO: fix this. See SOL-975
def test_search(self): def test_search(self):
""" """
Make sure you can search for courses. Make sure you can search for courses.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment