Skip to content

Commit c1d7f04

Browse files
authored
Fix unit test CI jobs by disabling a unit test
Preventing the test added in #12661 from running since it's broken.
1 parent 0ac0ef5 commit c1d7f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ addopts =
3434
exir/tests/
3535
# executorch/export
3636
executorch/export/tests
37+
--ignore=export/tests/test_export_stages.py
3738
# kernels/
3839
kernels/prim_ops/test
3940
kernels/quantized

0 commit comments

Comments
 (0)