Browse code

mark 1 more integrator test as xfailing

This had been missed when solving qt/adaptive!79 because the
test sometimes passes.

Joseph Weston authored on 18/07/2018 20:41:32
Showing 1 changed files
... ...
@@ -224,6 +224,9 @@ def test_tell_in_random_order(first_add_33=False):
224 224
             assert np.isfinite(l.err)
225 225
 
226 226
 
227
+
228
+# XXX: This *should* pass (https://gitlab.kwant-project.org/qt/adaptive/issues/84)
229
+@pytest.mark.xfail
227 230
 def test_tell_in_random_order_first_add_33():
228 231
     test_tell_in_random_order(first_add_33=True)
229 232