summaryrefslogtreecommitdiffhomepage
path: root/test/test_go_isolation_rootfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_go_isolation_rootfs.py')
-rw-r--r--test/test_go_isolation_rootfs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_go_isolation_rootfs.py b/test/test_go_isolation_rootfs.py
index aa07b80d..1f5e93a1 100644
--- a/test/test_go_isolation_rootfs.py
+++ b/test/test_go_isolation_rootfs.py
@@ -9,10 +9,6 @@ prerequisites = {
class TestGoIsolationRootfs(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_isolation_rootfs_chroot(self, temp_dir):
isolation = {'rootfs': temp_dir}