mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
23bf0d5cca
commit
1f45c0f2c4
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ const xpackOption = {
|
|||
},
|
||||
};
|
||||
|
||||
describe('code in multiple nodes', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/43960
|
||||
describe.skip('code in multiple nodes', () => {
|
||||
const codeNodeUuid = 'c4add484-0cba-4e05-86fe-4baa112d9e53';
|
||||
const nonodeNodeUuid = '22b75e04-0e50-4647-9643-6b1b1d88beaf';
|
||||
let codePort: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue