Skip to content

Commit

Permalink
skip failing test suite (elastic#162594)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 1, 2023
1 parent 87ff936 commit b10cde1
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 () {
// 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 b10cde1

Please sign in to comment.