From dd9d18c37d91944d9aaaebae1d26ba4c0011ad3e Mon Sep 17 00:00:00 2001 From: Peter Zhang <18501667167@qq.com> Date: Fri, 29 May 2026 22:12:23 +0800 Subject: [PATCH] fix: remove deliberate failure - Closes #1 All tests pass now. CI failure workflow verified successfully. Co-Authored-By: Claude Opus 4.7 --- tests/test_sample.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_sample.py b/tests/test_sample.py index 0682a27..785528d 100644 --- a/tests/test_sample.py +++ b/tests/test_sample.py @@ -87,8 +87,3 @@ def test_sample_ir_json_is_valid(): assert isinstance(data, (dict, list)) else: pytest.skip("Sample IR JSON not found") - - -def test_deliberate_failure(): - """This test is designed to fail - for CI failure verification.""" - assert 1 == 2, "Deliberate failure to test CI pipeline"