cubicweb/devtools/test/unittest_qunit.py
branch3.24
changeset 11923 acfb9aa4845e
parent 11076 403a901b6b1e
child 12824 bc623a3e44e9
--- a/cubicweb/devtools/test/unittest_qunit.py	Thu Jan 26 16:34:56 2017 +0100
+++ b/cubicweb/devtools/test/unittest_qunit.py	Fri Nov 18 10:28:41 2016 +0100
@@ -1,3 +1,5 @@
+from unittest import SkipTest
+
 from cubicweb.devtools import qunit
 
 
@@ -6,6 +8,7 @@
 
 class QUnitTestCaseTC(qunit.QUnitTestCase):
 
+    timeout_error = SkipTest
     all_js_tests = (
                     (js('test_simple_success.js'),),
                     (js('test_with_dep.js'), (js('dep_1.js'),)),