Skip to content

Commit

Permalink
[Flaky elastic#98240] Unskip test (elastic#165197)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored and eokoneyo committed Aug 31, 2023
1 parent 86c2323 commit 1c65391
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/api_integration/apis/ui_counters/ui_counters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export default function ({ getService }: FtrProviderContext) {
return savedObject;
};

// FLAKY: https://github.com/elastic/kibana/issues/98240
describe.skip('UI Counters API', () => {
describe('UI Counters API', () => {
const dayDate = moment().format('DDMMYYYY');
before(async () => await esArchiver.emptyKibanaIndex());

Expand Down

0 comments on commit 1c65391

Please sign in to comment.