From dfc9808df2257718de0b66dce276653b04b7bcee Mon Sep 17 00:00:00 2001 From: Gleb Sevruk Date: Fri, 22 Dec 2023 17:21:09 +0200 Subject: [PATCH] failing test to verify CI removed --- .../pycrunch_integration_tests/pycrunch_engine_int_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py b/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py index cda5c31..7248f54 100644 --- a/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py +++ b/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py @@ -182,9 +182,6 @@ class TestProblem(TestCase): def setUp(self): self.state = EngineState() - def test_failing_test(self): - assert 1 == 2 - def test_initial_state(self): assert self.state.status == 'initial'