Skip to content

Commit

Permalink
skip flaky suite (elastic#116065)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and TinLe committed Nov 20, 2021
1 parent d9f989d commit c74107f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }) {
// FF issue: https://github.com/elastic/kibana/issues/35551
this.tags(['skipFirefox']);

describe('with offline node', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116065
describe.skip('with offline node', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);

before(async () => {
Expand Down Expand Up @@ -53,8 +54,7 @@ export default function ({ getService, getPageObjects }) {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/116065
describe.skip('skipCloud', function () {
describe('skipCloud', function () {
// TODO: https://github.com/elastic/stack-monitoring/issues/31
this.tags(['skipCloud']);

Expand Down

0 comments on commit c74107f

Please sign in to comment.