Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[server/logging/tests] use --oss to load kibana faster and avoid time…
Browse files Browse the repository at this point in the history
…outs (elastic#32162)
  • Loading branch information
Spencer committed Feb 27, 2019
1 parent f850802 commit 8feac88
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ describe('Server logging configuration', function () {
it('should be reloadable via SIGHUP process signaling', async function () {
expect.assertions(3);

child = spawn(process.execPath, [kibanaPath, '--config', testConfigFile], {
child = spawn(process.execPath, [kibanaPath, '--config', testConfigFile, '--oss'], {
stdio: 'pipe'
});

Expand Down Expand Up @@ -174,6 +174,7 @@ describe('Server logging configuration', function () {

child = spawn(process.execPath, [
kibanaPath,
'--oss',
'--config', testConfigFile,
'--logging.dest', logPath,
'--plugins.initialize', 'false',
Expand Down

0 comments on commit 8feac88

Please sign in to comment.