mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#98240)
This commit is contained in:
parent
3098ca299a
commit
7fdd25184d
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
return savedObject;
|
||||
};
|
||||
|
||||
describe('UI Counters API', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/98240
|
||||
describe.skip('UI Counters API', () => {
|
||||
const dayDate = moment().format('DDMMYYYY');
|
||||
before(async () => await esArchiver.emptyKibanaIndex());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue