Skip to content

Commit

Permalink
skip flaky suite (#169753)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 8, 2024
1 parent e2fe264 commit fa4d2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/synthetics/get_monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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));

Expand Down

0 comments on commit fa4d2d0

Please sign in to comment.