Skip to content

Commit 988ab4e

Browse files
committed
Do not run e2e test
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 5acc7d3 commit 988ab4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pytest.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ addopts =
4444
extension/pybindings/test
4545
# Runtime
4646
runtime
47-
# test
48-
test/end2end/test_end2end.py
47+
# test TODO: fix these tests
48+
# test/end2end/test_end2end.py
4949
--ignore=backends/xnnpack/test/ops/linear.py
5050
--ignore=backends/xnnpack/test/models/llama2_et_example.py
5151
# T200992559: Add torchao to ET as core dependency
@@ -64,7 +64,6 @@ addopts =
6464
--ignore=exir/tests/test_quant_fusion_pass.py
6565
--ignore=exir/tests/test_quantization.py
6666
--ignore=exir/tests/test_verification.py
67-
--ignore=test/end2end/test_end2end.py
6867

6968
# run the same tests multiple times to determine their
7069
# flakiness status. Default to 50 re-runs

0 commit comments

Comments
 (0)