We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acc7d3 commit 988ab4eCopy full SHA for 988ab4e
pytest.ini
@@ -44,8 +44,8 @@ addopts =
44
extension/pybindings/test
45
# Runtime
46
runtime
47
- # test
48
- test/end2end/test_end2end.py
+ # test TODO: fix these tests
+ # test/end2end/test_end2end.py
49
--ignore=backends/xnnpack/test/ops/linear.py
50
--ignore=backends/xnnpack/test/models/llama2_et_example.py
51
# T200992559: Add torchao to ET as core dependency
@@ -64,7 +64,6 @@ addopts =
64
--ignore=exir/tests/test_quant_fusion_pass.py
65
--ignore=exir/tests/test_quantization.py
66
--ignore=exir/tests/test_verification.py
67
- --ignore=test/end2end/test_end2end.py
68
69
# run the same tests multiple times to determine their
70
# flakiness status. Default to 50 re-runs
0 commit comments