Skip to content

Commit

Permalink
skip the whole module
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 7, 2024
1 parent bd27d4f commit a00aae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/tests/jax/jax2tf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
DP_TEST_TF2_ONLY,
)

pytest.mark.skipif(not DP_TEST_TF2_ONLY, reason="TF2 conflicts with TF1")
pytest.mark.skipif(
not DP_TEST_TF2_ONLY, reason="TF2 conflicts with TF1", allow_module_level=True
)

0 comments on commit a00aae8

Please sign in to comment.