From b541cea07d0636a02e7a57a46428d17595c8632a Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Wed, 28 May 2025 13:19:23 -0700 Subject: [PATCH] Skip ExportLlamaLibTest Summary: As titled, this crashes on trunk so skipping Rely on CI jobs `unit-test` --- examples/models/llama/tests/test_export_llama_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/models/llama/tests/test_export_llama_lib.py b/examples/models/llama/tests/test_export_llama_lib.py index b94adb5fa0c..f4f51a921d1 100644 --- a/examples/models/llama/tests/test_export_llama_lib.py +++ b/examples/models/llama/tests/test_export_llama_lib.py @@ -19,6 +19,7 @@ class ExportLlamaLibTest(unittest.TestCase): + @unittest.skip("Keeps failing on trunk, temporarily skip") def test_has_expected_ops_and_op_counts(self): """ Checks the presence of unwanted expensive ops.