Skip to content

Commit 7ea8a2f

Browse files
committed
workflows: Force failing test
1 parent aca2d83 commit 7ea8a2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_gpu_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ 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+
246248
op.apply(time_M=nt-2)
247249

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

0 commit comments

Comments
 (0)