[6.7] [server/logging/tests] use --oss to load kibana faster and avoid timeouts (#32162) (#32166)

Backports the following commits to 6.7:
 - [server/logging/tests] use --oss to load kibana faster and avoid timeouts  (#32162)
This commit is contained in:
Spencer 2019-02-27 18:30:30 -08:00 committed by GitHub
parent c3320d93cd
commit 08c5efb8ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,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'
});
@ -172,6 +172,7 @@ describe('Server logging configuration', function () {
child = spawn(process.execPath, [
kibanaPath,
'--oss',
'--config', testConfigFile,
'--logging.dest', logPath,
'--plugins.initialize', 'false',