Tests: removed alert skip, unnecessary after 1a48ea61fec8.
This commit is contained in:
@@ -7,10 +7,6 @@ prerequisites = {'modules': {'go': 'all'}}
|
|||||||
|
|
||||||
|
|
||||||
class TestGoApplication(TestApplicationGo):
|
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):
|
def test_go_application_variables(self, date_to_sec_epoch, sec_epoch):
|
||||||
self.load('variables')
|
self.load('variables')
|
||||||
|
|
||||||
|
|||||||
@@ -11,10 +11,6 @@ prerequisites = {'modules': {'go': 'any'}, 'features': {'isolation': True}}
|
|||||||
|
|
||||||
|
|
||||||
class TestGoIsolation(TestApplicationGo):
|
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):
|
def unpriv_creds(self):
|
||||||
nobody_uid = pwd.getpwnam('nobody').pw_uid
|
nobody_uid = pwd.getpwnam('nobody').pw_uid
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,6 @@ prerequisites = {
|
|||||||
|
|
||||||
|
|
||||||
class TestGoIsolationRootfs(TestApplicationGo):
|
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):
|
def test_go_isolation_rootfs_chroot(self, temp_dir):
|
||||||
isolation = {'rootfs': temp_dir}
|
isolation = {'rootfs': temp_dir}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user