Skip to content

Commit

Permalink
[Synthetisc] Unskip test get monitors (#158448)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored May 25, 2023
1 parent 4981f37 commit c783e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/synthetics/get_monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
import { getFixtureJson } from './helper/get_fixture_json';

export default function ({ getService }: FtrProviderContext) {
// Failing: See https://github.com/elastic/kibana/issues/158394
describe.skip('getSyntheticsMonitors', function () {
describe('getSyntheticsMonitors', function () {
this.tags('skipCloud');

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

0 comments on commit c783e6a

Please sign in to comment.