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

@@ -148,6 +148,7 @@ def test_resend_invitation(session):
assert second_invite.is_pending
@pytest.mark.audit_log
def test_audit_event_for_accepted_invite():
portfolio = PortfolioFactory.create()
user = UserFactory.create()