put requests workflow tests behind a feature toggle
This commit is contained in:
@@ -26,6 +26,7 @@ def serialize_dates(data):
|
||||
return new_data
|
||||
|
||||
|
||||
@pytest.mark.requests_workflow
|
||||
def test_stepthrough_request_form(user_session, screens, client):
|
||||
user = UserFactory.create()
|
||||
user_session(user)
|
||||
|
Reference in New Issue
Block a user