Skip to content

Commit

Permalink
skip flaky suite (#100438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 14, 2021
1 parent f6ce964 commit b60a438
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit b60a438

Please sign in to comment.