diff --git a/pytest.ini b/pytest.ini index c78881fb32..fc9949b83c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -28,14 +28,7 @@ addopts = exir/dialects/test exir/emit/test exir/program/test - exir/tests/test_arg_validator.py - exir/tests/test_capture.py - exir/tests/test_delegate.py - exir/tests/test_dim_order_utils.py - exir/tests/test_dynamic_shape_propagation.py - exir/tests/test_error.py - exir/tests/test_pass_infra.py - exir/tests/test_tensor.py + exir/tests/ # kernels/ kernels/prim_ops/test kernels/test/test_case_gen.py @@ -47,6 +40,14 @@ addopts = test/end2end/test_end2end.py --ignore=backends/xnnpack/test/ops/linear.py --ignore=backends/xnnpack/test/models/llama2_et_example.py + --ignore=exir/tests/test_common.py + --ignore=exir/tests/test_memory_format_ops_pass_aten.py + --ignore=exir/tests/test_memory_planning.py + --ignore=exir/tests/test_op_convert.py + --ignore=exir/tests/test_passes.py + --ignore=exir/tests/test_quant_fusion_pass.py + --ignore=exir/tests/test_quantization.py + --ignore=exir/tests/test_verification.py # run the same tests multiple times to determine their # flakiness status. Default to 50 re-runs