mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] disable firefox tests
This commit is contained in:
parent
3b099c6359
commit
c655a11ece
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ export function getFunctionalTestGroupRunConfigs({ kibanaInstallDir } = {}) {
|
|||
'scripts/functional_tests',
|
||||
'--include-tag', tag,
|
||||
'--config', 'test/functional/config.js',
|
||||
'--config', 'test/functional/config.firefox.js',
|
||||
// '--config', 'test/functional/config.firefox.js',
|
||||
'--bail',
|
||||
'--debug',
|
||||
'--kibana-install-dir', kibanaInstallDir,
|
||||
|
|
|
@ -42,6 +42,6 @@ cd "$XPACK_DIR"
|
|||
checks-reporter-with-killswitch "X-Pack Chrome Functional tests / Group ${CI_GROUP}" node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP"
|
||||
echo ""
|
||||
echo ""
|
||||
checks-reporter-with-killswitch "X-Pack Firefox Functional tests / Group ${CI_GROUP}" node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP" --config "test/functional/config.firefox.js"
|
||||
echo ""
|
||||
echo ""
|
||||
# checks-reporter-with-killswitch "X-Pack Firefox Functional tests / Group ${CI_GROUP}" node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP" --config "test/functional/config.firefox.js"
|
||||
# echo ""
|
||||
# echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue