Skip to content

Commit 8ccaf9d

Browse files
committed
skip failing test suite (#228679)
1 parent 9a13f04 commit 8ccaf9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)