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

This commit is contained in:
Spencer 2019-02-27 15:32:22 -08:00 committed by GitHub
parent 75384404e8
commit da38c346dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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