skip flaky suite (#100438)

This commit is contained in:
Tiago Costa 2021-06-14 12:51:58 +01:00
parent f6ce964d9c
commit b60a438dd3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () => {