From 051e4a881cedb606c184e5ed2fcbf9e032f64218 Mon Sep 17 00:00:00 2001 From: bukejiyu <52310069+bukejiyu@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:57:48 +0800 Subject: [PATCH] ignore (#3949) --- tests/cov_pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cov_pytest.ini b/tests/cov_pytest.ini index 363132aa3..2874515c7 100644 --- a/tests/cov_pytest.ini +++ b/tests/cov_pytest.ini @@ -22,3 +22,4 @@ addopts = --ignore=tests/operators/test_flash_mask_attn.py --ignore=tests/operators/test_w4afp8_gemm.py --ignore=tests/operators/test_tree_mask.py + --ignore=tests/model_loader/test_common_model.py