Tests: skip_alert() converted to the fixture.

This commit is contained in:
Andrei Zeliankou
2020-12-08 14:37:33 +00:00
parent 8f91628563
commit b2e767819f
15 changed files with 32 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
import pytest
from conftest import skip_alert
from unit.control import TestControl
@@ -337,7 +336,7 @@ class TestConfiguration(TestControl):
assert 'success' in self.conf(conf)
def test_unprivileged_user_error(self, is_su):
def test_unprivileged_user_error(self, is_su, skip_alert):
skip_alert(r'cannot set user "root"', r'failed to apply new conf')
if is_su:
pytest.skip('unprivileged tests')