From 76aa4532fe6b6236aeafabe093bd9d83df3f876c Mon Sep 17 00:00:00 2001 From: Ankith Gunapal Date: Wed, 11 Oct 2023 13:45:48 -0700 Subject: [PATCH] skipping flaky newman test (#2696) --- ts_scripts/api_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts_scripts/api_utils.py b/ts_scripts/api_utils.py index 99398ef17c..cdfaccac9a 100755 --- a/ts_scripts/api_utils.py +++ b/ts_scripts/api_utils.py @@ -367,7 +367,8 @@ def trigger_all(): exit_code9 = trigger_https_tests_kfv2() exit_code10 = trigger_explanation_tests() exit_code11 = trigger_workflow_tests() - exit_code12 = trigger_workflow_inference_tests() + # Skipping as this test is flaky + # exit_code12 = trigger_workflow_inference_tests() return ( 1 if any( @@ -384,7 +385,6 @@ def trigger_all(): exit_code9, exit_code10, exit_code11, - exit_code12, ] ) else 0