Skip to content

Commit

Permalink
Flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 21, 2024
1 parent 5366f32 commit fb54a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_xdsl_op_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def test_inplace_I():
xdsl_op.apply(time_M=5, dt=0.1)


# This test should fail, as we are trying to use an inplace operation with some dependencies
# This test should fail, as we are trying to use an inplace operation with some
# dependencies
@pytest.mark.xfail(reason="Cannot store to a field that is loaded from")
def test_inplace_II():
# Define a simple Devito Operator
Expand Down

0 comments on commit fb54a02

Please sign in to comment.