Skip to content

Commit de9989c

Browse files
knivniaalexxa
authored andcommitted
remove AWS skipping in TestsAuthConfig
1 parent e429568 commit de9989c

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
@@ -1083,11 +1083,6 @@ def test_etc_machine_id_permissions(self, host, instance_data):
10831083
@pytest.mark.order(1)
10841084
@pytest.mark.run_on(['rhel'])
10851085
class TestsAuthConfig:
1086-
@pytest.fixture(autouse=True)
1087-
def skip_on_aws(self, host, instance_data):
1088-
if instance_data['cloud'] == 'aws':
1089-
pytest.skip("Auth test cases don't apply to AWS.")
1090-
10911086
def test_authselect_has_no_config(self, host):
10921087
"""
10931088
Check authselect current

0 commit comments

Comments
 (0)