mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
remove hard coded firefox adjustments
This commit is contained in:
parent
f829d312f4
commit
7166bec1f7
4 changed files with 1 additions and 4 deletions
|
@ -240,7 +240,6 @@ module.exports = function (grunt) {
|
|||
args: [
|
||||
'scripts/functional_tests',
|
||||
'--config', 'test/interpreter_functional/config.js',
|
||||
'--exclude-tag', 'skipFirefox',
|
||||
'--bail',
|
||||
'--debug',
|
||||
'--kibana-install-dir', KIBANA_INSTALL_DIR,
|
||||
|
|
|
@ -40,7 +40,6 @@ export function getFunctionalTestGroupRunConfigs({ kibanaInstallDir } = {}) {
|
|||
args: [
|
||||
'scripts/functional_tests',
|
||||
'--include-tag', tag,
|
||||
'--exclude-tag', 'skipFirefox',
|
||||
'--config', 'test/functional/config.js',
|
||||
'--config', 'test/functional/config.firefox.js',
|
||||
'--bail',
|
||||
|
|
|
@ -18,7 +18,6 @@ trap report EXIT
|
|||
node scripts/build --debug --oss;
|
||||
|
||||
export TEST_BROWSER_HEADLESS=1
|
||||
export TEST_BROWSER_TYPE=firefox
|
||||
|
||||
checks-reporter-with-killswitch "Functional tests / Group ${CI_GROUP}" yarn run grunt "run:functionalTests_ciGroup${CI_GROUP}";
|
||||
|
||||
|
|
|
@ -36,6 +36,6 @@ tar -xzf "$linuxBuild" -C "$installDir" --strip=1
|
|||
|
||||
echo " -> Running functional and api tests"
|
||||
cd "$XPACK_DIR"
|
||||
checks-reporter-with-killswitch "X-Pack Functional tests / Group ${CI_GROUP}" node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP" --exclude-tag="skipFirefox"
|
||||
checks-reporter-with-killswitch "X-Pack Functional tests / Group ${CI_GROUP}" node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP"
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue