Skip to content

Commit

Permalink
disable jest suite that has no enabled tests (#44250)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61e1b83)
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 03d46b0 commit d2235c6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/scripts/jenkins_xpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2235c6

Please sign in to comment.