Skip to content

Commit b55594f

Browse files
committed
Update
[ghstack-poisoned]
1 parent 1b80338 commit b55594f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pytest-windows.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ addopts =
9898
#examples/models/llama/config
9999
#extension/llm/modules/test
100100
#extension/llm/export
101-
--ignore=extension/pybindings/test/test_pybindings.py::PybindingsTest::test_method_quantized_ops
102-
--ignore=extension/pybindings/test/test_pybindings.py::PybindingsTest::test_quantized_ops
103-
--ignore=runtime/test/test_runtime.py::RuntimeTest::test_load_program_with_path
104-
--ignore=exir/backend/test/test_compatibility.py::TestCompatibility::test_compatibility_in_runtime
105-
--ignore=exir/backend/test/test_compatibility.py::TestCompatibility::test_compatibility_in_runtime_edge_program_manager
106-
--ignore=exir/backend/test/test_lowered_backend_module.py::TestBackendAPI::test_emit_lowered_backend_module_end_to_end
107-
--ignore=exir/backend/test/test_to_backend_multi_method.py::TestToBackendMultiMethod::test_multi_method_end_to_end
108-
--ignore=extension/llm/custom_ops/test_sdpa_with_kv_cache.py::SDPATestForSpeculativeDecode::test_sdpa_with_cache_seq_len_130
109-
--ignore=devtools/inspector/tests/inspector_test.py::TestInspector::test_etrecord_populates_correct_edge_dialect_aot_intermediate_outputs
110-
--ignore=devtools/inspector/tests/inspector_test.py::TestInspector::test_etrecord_populates_correct_export_program_aot_intermediate_outputs
101+
--deselect=extension/pybindings/test/test_pybindings.py::PybindingsTest::test_method_quantized_ops
102+
--deselect=extension/pybindings/test/test_pybindings.py::PybindingsTest::test_quantized_ops
103+
--deselect=runtime/test/test_runtime.py::RuntimeTest::test_load_program_with_path
104+
--deselect=exir/backend/test/test_compatibility.py::TestCompatibility::test_compatibility_in_runtime
105+
--deselect=exir/backend/test/test_compatibility.py::TestCompatibility::test_compatibility_in_runtime_edge_program_manager
106+
--deselect=exir/backend/test/test_lowered_backend_module.py::TestBackendAPI::test_emit_lowered_backend_module_end_to_end
107+
--deselect=exir/backend/test/test_to_backend_multi_method.py::TestToBackendMultiMethod::test_multi_method_end_to_end
108+
--deselect=extension/llm/custom_ops/test_sdpa_with_kv_cache.py::SDPATestForSpeculativeDecode::test_sdpa_with_cache_seq_len_130
109+
--deselect=devtools/inspector/tests/inspector_test.py::TestInspector::test_etrecord_populates_correct_edge_dialect_aot_intermediate_outputs
110+
--deselect=devtools/inspector/tests/inspector_test.py::TestInspector::test_etrecord_populates_correct_export_program_aot_intermediate_outputs
111111

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

0 commit comments

Comments
 (0)