Skip to content

Commit

Permalink
Disabled the optimized unit tests, since there is a simplification bu…
Browse files Browse the repository at this point in the history
…g in DaCe.

See spcl/dace#1595 for more information.
  • Loading branch information
philip-paul-mueller committed Jun 13, 2024
1 parent 1743374 commit efc27e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration_tests/primitive_translators/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
autouse=True,
params=[
optimization.NO_OPTIMIZATIONS,
optimization.DEFAULT_OPTIMIZATIONS,
pytest.param(
optimization.DEFAULT_OPTIMIZATIONS,
marks=pytest.mark.skip("Simplify bug 'https://github.com/spcl/dace/issues/1595'"),
),
],
)
def _set_compile_options(request) -> Generator[None, None, None]:
Expand Down

0 comments on commit efc27e0

Please sign in to comment.