Skip to content

Commit

Permalink
Disable management tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Feb 13, 2025
1 parent 524612f commit 2a0ce75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ts_scripts/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ def trigger_all():
exit_code8 = trigger_inference_tests_kfv2()
exit_code9 = trigger_https_tests_kfv2()
exit_code10 = trigger_explanation_tests()
exit_code11 = trigger_workflow_tests()
# Skipping as this test is flaky
# Skipping as these tests are flaky
# exit_code11 = trigger_workflow_tests()
# exit_code12 = trigger_workflow_inference_tests()
return (
1
Expand All @@ -414,7 +414,6 @@ def trigger_all():
exit_code8,
exit_code9,
exit_code10,
exit_code11,
]
)
else 0
Expand Down

0 comments on commit 2a0ce75

Please sign in to comment.