Skip to content

Commit

Permalink
Merge branch '8.10' into backport/8.10/pr-165326
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 31, 2023
2 parents c32bfc6 + 5c50d2b commit c46f7c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c46f7c5

Please sign in to comment.