Skip to content

Commit ab356a4

Browse files
authored
Skip xDSL tests (#1711)
**Context:** When wheels are tested, xdsl is not installed. Let's just merge this hot-fix and we can discuss if it is worthwhile doing so with the wheels or not.
1 parent a9e2c1c commit ab356a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/test/pytest/test_mlir_plugin_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_get_options():
9393
assert catalyst.passes.Pass("example-pass", option=True).get_options() == "option=True"
9494

9595

96+
@pytest.mark.skip(reason="xdsl not installed in ci cd yet")
9697
def test_xdsl_plugin():
9798
"""Here, we just test that we are able to run."""
9899

0 commit comments

Comments
 (0)