Skip to content

Commit

Permalink
[SECURITY] Disables Cypress tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jun 24, 2020
1 parent 8ed4f7f commit bcc6209
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions test/scripts/jenkins_security_solution_cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ export KIBANA_INSTALL_DIR="$destDir"
echo " -> Running security solution cypress tests"
cd "$XPACK_DIR"

checks-reporter-with-killswitch "Security solution Cypress Tests" \
node scripts/functional_tests \
--debug --bail \
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
--config test/security_solution_cypress/config.ts
# Failures across multiple suites, skipping all
# https://github.com/elastic/kibana/issues/69847
# https://github.com/elastic/kibana/issues/69848
# https://github.com/elastic/kibana/issues/69849

# checks-reporter-with-killswitch "Security solution Cypress Tests" \
# node scripts/functional_tests \
# --debug --bail \
# --kibana-install-dir "$KIBANA_INSTALL_DIR" \
# --config test/security_solution_cypress/config.ts

echo ""
echo ""

0 comments on commit bcc6209

Please sign in to comment.