Skip to content

Commit

Permalink
Unskip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Oct 25, 2023
1 parent 8ca90b4 commit ae053f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/apps/discover/group4/_adhoc_data_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.dashboard.waitForRenderComplete();
};

// FLAKY: https://github.com/elastic/kibana/issues/169434
// FLAKY: https://github.com/elastic/kibana/issues/169454
describe.skip('adhoc data views', function () {
describe('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 ae053f4

Please sign in to comment.