Skip to content

Commit b00a90a

Browse files
authored
Skip ExportLlamaLibTest (#11201)
Summary: As titled, this crashes on trunk so skipping Rely on CI jobs `unit-test`
1 parent c755d04 commit b00a90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llama/tests/test_export_llama_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
class ExportLlamaLibTest(unittest.TestCase):
22+
@unittest.skip("Keeps failing on trunk, temporarily skip")
2223
def test_has_expected_ops_and_op_counts(self):
2324
"""
2425
Checks the presence of unwanted expensive ops.

0 commit comments

Comments
 (0)