Skip to content

Commit

Permalink
skip flaky suite (#213422)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 7, 2025
1 parent 95081f2 commit bc32269
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('data view mode', () => {
// FLAKY: https://github.com/elastic/kibana/issues/213422
describe.skip('data view mode', () => {
it('should render additional cell actions for logs data source', async () => {
await PageObjects.common.navigateToActualUrl('discover', undefined, {
ensureCurrentUrl: false,
Expand Down

0 comments on commit bc32269

Please sign in to comment.