mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Synthetics] Unskip params test (#165964)
This commit is contained in:
parent
ed48990395
commit
6ee512b86e
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { comparePolicies, getTestSyntheticsPolicy } from './sample_data/test_pol
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/162594
|
||||
// Failing: See https://github.com/elastic/kibana/issues/162594
|
||||
describe.skip('SyncGlobalParams', function () {
|
||||
describe('SyncGlobalParams', function () {
|
||||
this.tags('skipCloud');
|
||||
const supertestAPI = getService('supertest');
|
||||
const kServer = getService('kibanaServer');
|
||||
|
@ -43,6 +43,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const params: Record<string, string> = {};
|
||||
|
||||
before(async () => {
|
||||
await kServer.savedObjects.cleanStandardList();
|
||||
await testPrivateLocations.installSyntheticsPackage();
|
||||
|
||||
_browserMonitorJson = getFixtureJson('browser_monitor');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue