mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[server/logging/tests] use --oss to load kibana faster and avoid timeouts (#32162)
This commit is contained in:
parent
75384404e8
commit
da38c346dd
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue