Commit 49f4d1ee by cahrens

Disable JS error test until Andy's PR.

parent 7ce547f0
...@@ -95,7 +95,8 @@ class JSErrorBadContentTest(BadComponentTest): ...@@ -95,7 +95,8 @@ class JSErrorBadContentTest(BadComponentTest):
""" """
Tests that components that throw JS errors do not break the Unit page. Tests that components that throw JS errors do not break the Unit page.
""" """
__test__ = True # TODO: ENABLE TEST WITH ANDY'S PR
__test__ = False
def get_bad_html_content(self): def get_bad_html_content(self):
""" """
......
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