mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
disable jest suite that has no enabled tests (#44250)
This commit is contained in:
parent
1834fe070a
commit
61e1b83722
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue