mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#162594)
This commit is contained in:
parent
6f3d2e2416
commit
5c50d2b681
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue