Skip to content

Commit 1dbec00

Browse files
committed
skip failing test suite (elastic#237715)
1 parent 2291e53 commit 1dbec00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/solutions/search/test/functional_search/apps/search_playground/saved_playgrounds.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
2424
const testPlaygroundName = 'FTR Search Playground';
2525
const updatedPlaygroundName = 'Test Search Playground';
2626

27-
describe('Saved Playgrounds', function () {
27+
// Failing: See https://github.com/elastic/kibana/issues/237715
28+
describe.skip('Saved Playgrounds', function () {
2829
before(async () => {
2930
await createIndices();
3031
});

0 commit comments

Comments
 (0)