Skip to content

Commit aa9e106

Browse files
committed
CI: revert debug failure test
1 parent 779f51f commit aa9e106

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_gpu_common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ def test_tasking_in_isolation(self, opt):
243243
assert str(body.body[1]) == 'sdata0[0].time = time;'
244244
assert str(body.body[2]) == 'sdata0[0].flag = 2;'
245245

246-
assert False, "Forced failure"
247-
248246
op.apply(time_M=nt-2)
249247

250248
assert np.all(u.data[nt-1] == 8)

0 commit comments

Comments
 (0)