mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#204069)
This commit is contained in:
parent
9275ab5937
commit
4dd0f133ca
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
|
|||
monitors = _monitors;
|
||||
});
|
||||
|
||||
describe('get many monitors', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/204069
|
||||
describe.skip('get many monitors', () => {
|
||||
it('without params', async () => {
|
||||
const uuid = uuidv4();
|
||||
const [mon1, mon2] = await Promise.all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue