Skip to content

Commit 7db9558

Browse files
committed
skip flaky suite (#241106)
1 parent 4c2f35d commit 7db9558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/solutions/observability/test/api_integration/apis/synthetics/sync_global_params_spaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { comparePolicies, getTestSyntheticsPolicy } from './sample_data/test_pol
2121
import { omitMonitorKeys } from './add_monitor';
2222

2323
export default function ({ getService }: FtrProviderContext) {
24-
describe('SyncGlobalParamsSpaces', function () {
24+
// FLAKY: https://github.com/elastic/kibana/issues/241106
25+
describe.skip('SyncGlobalParamsSpaces', function () {
2526
this.tags('skipCloud');
2627
const supertestAPI = getService('supertest');
2728
const retry = getService('retry');

0 commit comments

Comments
 (0)