Skip to content

Commit

Permalink
skip flaky suite (#169434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 19, 2023
1 parent 3ad58e9 commit 4d0610d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group4/_adhoc_data_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.dashboard.waitForRenderComplete();
};

describe('adhoc data views', function () {
// FLAKY: https://github.com/elastic/kibana/issues/169434
describe.skip('adhoc data views', function () {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover.json');
Expand Down

0 comments on commit 4d0610d

Please sign in to comment.