diff --git a/test/scripts/jenkins_xpack.sh b/test/scripts/jenkins_xpack.sh index 61525b7a50398d..bdfc9dcebb308e 100755 --- a/test/scripts/jenkins_xpack.sh +++ b/test/scripts/jenkins_xpack.sh @@ -23,11 +23,13 @@ checks-reporter-with-killswitch "X-Pack SIEM cyclic dependency test" node legacy echo "" echo "" -echo " -> Running jest contracts tests" -cd "$XPACK_DIR" -SLAPSHOT_ONLINE=true CONTRACT_ONLINE=true node scripts/jest_contract.js --ci --verbose -echo "" -echo "" +# FAILING: https://github.com/elastic/kibana/issues/44250 +# echo " -> Running jest contracts tests" +# cd "$XPACK_DIR" +# SLAPSHOT_ONLINE=true CONTRACT_ONLINE=true node scripts/jest_contract.js --ci --verbose +# echo "" +# echo "" + # echo " -> Running jest integration tests" # cd "$XPACK_DIR" # node scripts/jest_integration --ci --verbose