Disable JS error test until Andy's PR.

This commit is contained in:
cahrens
2014-08-20 15:53:36 -04:00
parent 7ce547f0a5
commit 49f4d1ee9f

View File

@@ -95,7 +95,8 @@ class JSErrorBadContentTest(BadComponentTest):
"""
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):
"""