diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_go_isolation.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_go_isolation.py b/test/test_go_isolation.py index ba997fd3..8d3a9025 100644 --- a/test/test_go_isolation.py +++ b/test/test_go_isolation.py @@ -11,10 +11,6 @@ prerequisites = {'modules': {'go': 'any'}, 'features': {'isolation': True}} class TestGoIsolation(TestApplicationGo): - @pytest.fixture(autouse=True) - def setup_method_fixture(self, skip_alert): - skip_alert(r'\[unit\] close\(\d+\) failed: Bad file descriptor') - def unpriv_creds(self): nobody_uid = pwd.getpwnam('nobody').pw_uid |