Skip to content

Commit

Permalink
skip flaky suite (elastic#152852)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 20, 2023
1 parent 0cd7008 commit 4831d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/examples/content_management/todo_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const retry = getService('retry');
const PageObjects = getPageObjects(['common']);

describe('Todo app', () => {
// FLAKY: https://github.com/elastic/kibana/issues/152852
describe.skip('Todo app', () => {
it('Todo app works', async () => {
const appId = 'contentManagementExamples';
await PageObjects.common.navigateToApp(appId);
Expand Down

0 comments on commit 4831d17

Please sign in to comment.