mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#100438)
This commit is contained in:
parent
f6ce964d9c
commit
b60a438dd3
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('with only online nodes', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/100438
|
||||
describe.skip('with only online nodes', () => {
|
||||
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue