Skip to content

Commit

Permalink
skip flaky suite (#193367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 14, 2024
1 parent 87f3c49 commit b7d3625
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('data view mode', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193367
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 b7d3625

Please sign in to comment.