put requests workflow tests behind a feature toggle
This commit is contained in:
@@ -147,3 +147,8 @@ def extended_financial_verification_data(pdf_upload):
|
||||
def queue():
|
||||
yield atst_queue
|
||||
atst_queue.get_queue().empty()
|
||||
|
||||
|
||||
pytest.mark.requests_workflow = pytest.mark.skipif(
|
||||
not make_config().get("REQUESTS_WORKFLOW"), reason="requests workflow is deprecated"
|
||||
)
|
||||
|
Reference in New Issue
Block a user