summaryrefslogtreecommitdiffhomepage
path: root/test/test_go_application.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_go_application.py')
-rw-r--r--test/test_go_application.py4
1 files changed, 0 insertions, 4 deletions
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')