mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#169753)
This commit is contained in:
parent
00860397d5
commit
b336eecb2e
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
monitors = _monitors;
|
||||
});
|
||||
|
||||
describe('get many monitors', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169753
|
||||
describe.skip('get many monitors', () => {
|
||||
it('without params', async () => {
|
||||
const [mon1, mon2] = await Promise.all(monitors.map(saveMonitor));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue