Skip to content

Commit

Permalink
skip flaky suite (#94545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2021
1 parent 2d1d058 commit 40d95e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_data_grid_context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dashboardAddPanel = getService('dashboardAddPanel');
const browser = getService('browser');

describe('discover data grid context tests', () => {
// FLAKY: https://github.com/elastic/kibana/issues/94545
describe.skip('discover data grid context tests', () => {
before(async () => {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 40d95e2

Please sign in to comment.