skip flaky suite (#162594)

This commit is contained in:
Tiago Costa 2023-08-31 18:37:32 +01:00 committed by Jonathan Budzenski
parent 6f3d2e2416
commit 5c50d2b681

View file

@ -22,7 +22,8 @@ import { PrivateLocationTestService } from './services/private_location_test_ser
import { comparePolicies, getTestSyntheticsPolicy } from './sample_data/test_policy';
export default function ({ getService }: FtrProviderContext) {
describe('SyncGlobalParams', function () {
// FLAKY: https://github.com/elastic/kibana/issues/162594
describe.skip('SyncGlobalParams', function () {
this.tags('skipCloud');
const supertestAPI = getService('supertest');
const kServer = getService('kibanaServer');