Skip to content

Commit

Permalink
[Synthetics] unskip edit_monitor api integration tests (elastic#141277)…
Browse files Browse the repository at this point in the history
… (elastic#141415)

* Update edit_monitor.ts

* Update x-pack/test/api_integration/apis/uptime/rest/edit_monitor.ts

(cherry picked from commit 229dff5)

Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co>
  • Loading branch information
kibanamachine and dominiqueclarke authored Sep 22, 2022
1 parent 31a041d commit 9ca3d03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/uptime/rest/edit_monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { getFixtureJson } from './helper/get_fixture_json';
import { PrivateLocationTestService } from './services/private_location_test_service';

export default function ({ getService }: FtrProviderContext) {
// Failing: See https://github.com/elastic/kibana/issues/140520
describe.skip('[PUT] /internal/uptime/service/monitors', function () {
describe('[PUT] /internal/uptime/service/monitors', function () {
this.tags('skipCloud');

const supertest = getService('supertest');
Expand Down

0 comments on commit 9ca3d03

Please sign in to comment.