fix: remove deliberate failure - Closes #1
CI / test (push) Successful in 6s

All tests pass now. CI failure workflow verified successfully.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 22:12:23 +08:00
parent 7cd1cbbb08
commit dd9d18c37d
-5
View File
@@ -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"