From afdd4b10407a7fce142f53d760875da8f876e1ba Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 10 Jun 2024 10:32:29 -0700 Subject: [PATCH] Add more xnnpack pytest (#3909) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3909 Reviewed By: shoumikhin Differential Revision: D58365154 Pulled By: kirklandsign fbshipit-source-id: e22d9825b78b31a7c3ad9e76dfefe45a8f16d41c --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index d397abd006..79937a6d88 100644 --- a/pytest.ini +++ b/pytest.ini @@ -43,9 +43,11 @@ addopts = kernels/prim_ops/test kernels/test/test_case_gen.py # backends/xnnpack - backends/xnnpack/test/models + backends/xnnpack/test # test test/end2end/test_end2end.py + --ignore=backends/xnnpack/test/ops/linear.py + --ignore=backends/xnnpack/test/models/llama2_et_example.py # run the same tests multiple times to determine their # flakiness status. Default to 50 re-runs