diff --git a/x-pack/test/plugin_functional/test_suites/resolver/index.ts b/x-pack/test/plugin_functional/test_suites/resolver/index.ts index 32eeac5225046..edc5d25971077 100644 --- a/x-pack/test/plugin_functional/test_suites/resolver/index.ts +++ b/x-pack/test/plugin_functional/test_suites/resolver/index.ts @@ -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');