Skip to content

Commit

Permalink
skip flaky suite (#204069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2024
1 parent 9275ab5 commit 4dd0f13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4dd0f13

Please sign in to comment.