Tests: removed test case that reuses rootfs path.

Different applications cannot reuse the same rootfs path
if not using namespaces because of globally visible
builtin mount points.
This commit is contained in:
Tiago Natel de Moura
2020-11-12 12:04:51 +00:00
parent 3278253d51
commit d6829cc93b

View File

@@ -15,10 +15,6 @@ class TestPythonIsolation(TestApplicationPython):
'rootfs': temp_dir,
}
self.load('empty', isolation=isolation)
assert self.get()['status'] == 200, 'python chroot'
self.load('ns_inspect', isolation=isolation)
assert (