Skip to content

Commit

Permalink
skip failing test suite (#162594)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 26, 2023
1 parent 4654a52 commit 07639af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 () {
// Failing: See 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 07639af

Please sign in to comment.