Skip to content

Commit

Permalink
[Uptime] Unskip Synthetics test (#126465)
Browse files Browse the repository at this point in the history
* unskip test

* Update synthetics_integration.ts
  • Loading branch information
dominiqueclarke authored Mar 15, 2022
1 parent 1ab0424 commit 10a5ad9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export default function (providerContext: FtrProviderContext) {
type: `synthetics/${monitorType}`,
use_output: 'default',
});
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125881
describe.skip('When on the Synthetics Integration Policy Create Page', function () {

describe('When on the Synthetics Integration Policy Create Page', function () {
skipIfNoDockerRegistry(providerContext);
const basicConfig = {
name: monitorName,
Expand Down

0 comments on commit 10a5ad9

Please sign in to comment.