Skip to content

Commit

Permalink
skip flaky suite. #87425, #133907, #144820, #144861
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 9, 2022
1 parent ef0efcf commit c0f9eac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x-pack/test/plugin_functional/test_suites/resolver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export default function ({
const browser = getService('browser');

// FLAKY: https://github.com/elastic/kibana/issues/87425
describe('Resolver test app', function () {
// FLAKY: https://github.com/elastic/kibana/issues/133907
// FLAKY: https://github.com/elastic/kibana/issues/144820
// FLAKY: https://github.com/elastic/kibana/issues/144861
describe.skip('Resolver test app', function () {
// Note: these tests are intended to run on the same page in serial.
before(async function () {
await pageObjects.common.navigateToApp('resolverTest');
Expand Down

0 comments on commit c0f9eac

Please sign in to comment.