Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test_suite/generic/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,11 +1083,6 @@ def test_etc_machine_id_permissions(self, host, instance_data):
@pytest.mark.order(1)
@pytest.mark.run_on(['rhel'])
class TestsAuthConfig:
@pytest.fixture(autouse=True)
def skip_on_aws(self, host, instance_data):
if instance_data['cloud'] == 'aws':
pytest.skip("Auth test cases don't apply to AWS.")

def test_authselect_has_no_config(self, host):
"""
Check authselect current
Expand Down