Skip to content

Commit 34f3849

Browse files
committed
remove AWS skipping in TestsAuthConfig
1 parent 5050c4e commit 34f3849

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test_suite/generic/test_generic.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -868,11 +868,6 @@ def test_firewalld_is_enabled(self, host, instance_data):
868868
@pytest.mark.order(1)
869869
@pytest.mark.run_on(['rhel'])
870870
class TestsAuthConfig:
871-
@pytest.fixture(autouse=True)
872-
def skip_on_aws(self, host, instance_data):
873-
if instance_data['cloud'] == 'aws':
874-
pytest.skip("Auth test cases don't apply to AWS.")
875-
876871
def test_authselect_has_no_config(self, host):
877872
"""
878873
Check authselect current

0 commit comments

Comments
 (0)