Skip to content

Commit 8761641

Browse files
committed
skip failing test suite (#228679)
1 parent 4be5c75 commit 8761641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/plugin_functional/test_suites/global_search/global_search_providers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
2828
}, t);
2929
};
3030

31-
describe('GlobalSearch providers', function () {
31+
// Failing: See https://github.com/elastic/kibana/issues/228679
32+
describe.skip('GlobalSearch providers', function () {
3233
before(async () => {
3334
await pageObjects.common.navigateToApp('globalSearchTestApp');
3435
});

0 commit comments

Comments
 (0)