From c6d05191a069ac150cc8eb2bece75cf79c0a465a Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 12 Jun 2023 17:28:42 +0100 Subject: Tests: removed alert skip, unnecessary after 1a48ea61fec8. --- test/test_go_application.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test_go_application.py') diff --git a/test/test_go_application.py b/test/test_go_application.py index 36ddbc3a..cf66cb0b 100644 --- a/test/test_go_application.py +++ b/test/test_go_application.py @@ -7,10 +7,6 @@ prerequisites = {'modules': {'go': 'all'}} class TestGoApplication(TestApplicationGo): - @pytest.fixture(autouse=True) - def setup_method_fixture(self, skip_alert): - skip_alert(r'\[unit\] close\(\d+\) failed: Bad file descriptor') - def test_go_application_variables(self, date_to_sec_epoch, sec_epoch): self.load('variables') -- cgit