Conditionally skip tests related to audit log

This commit is contained in:
graham-dds
2019-10-18 11:27:02 -04:00
parent 1ac9243749
commit a1c672d89f
9 changed files with 34 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ def post_url_assert_status(no_debug_client, user_session):
# ccpo.activity_history
@pytest.mark.audit_log
def test_atst_activity_history_access(get_url_assert_status):
ccpo = user_with(PermissionSets.VIEW_AUDIT_LOG)
rando = user_with()