We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524612f commit 2a0ce75Copy full SHA for 2a0ce75
ts_scripts/api_utils.py
@@ -396,8 +396,8 @@ def trigger_all():
396
exit_code8 = trigger_inference_tests_kfv2()
397
exit_code9 = trigger_https_tests_kfv2()
398
exit_code10 = trigger_explanation_tests()
399
- exit_code11 = trigger_workflow_tests()
400
- # Skipping as this test is flaky
+ # Skipping as these tests are flaky
+ # exit_code11 = trigger_workflow_tests()
401
# exit_code12 = trigger_workflow_inference_tests()
402
return (
403
1
@@ -414,7 +414,6 @@ def trigger_all():
414
exit_code8,
415
exit_code9,
416
exit_code10,
417
- exit_code11,
418
]
419
)
420
else 0
0 commit comments