Tests: removed alert skip, unnecessary after 1a48ea61fec8.

This commit is contained in:
Andrei Zeliankou
2023-06-12 17:28:42 +01:00
parent a378f6aa31
commit c6d05191a0
3 changed files with 0 additions and 12 deletions

View File

@@ -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')