Skip to content

Commit

Permalink
skip delete workflow test by now
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Mar 19, 2024
1 parent 515f137 commit 90ab882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest/tests/workflow/test_workflow_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def test_get_workflow(get_workflow: Response, workflow: Workflow, default_worksp
assert content.keys() == mock_response.dict(by_alias=True).keys()

@staticmethod
@pytest.mark.skip(reason="Requires a airflow to be running")
def test_delete_workflow(patch_piece_secret: Response, create_workflow: Response, delete_workflow: Response):
response = delete_workflow
assert response.status_code == 204
Expand Down

0 comments on commit 90ab882

Please sign in to comment.