mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#85086)
This commit is contained in:
parent
a78c5dd1bc
commit
e564439348
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export default function ({ getService }) {
|
|||
count,
|
||||
});
|
||||
|
||||
describe('UI Counters API', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/85086
|
||||
describe.skip('UI Counters API', () => {
|
||||
const dayDate = moment().format('DDMMYYYY');
|
||||
|
||||
it('stores ui counter events in savedObjects', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue