mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
c3320d93cd
commit
08c5efb8ea
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue