Skip to content

Commit

Permalink
skip failing test suite (elastic#204158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 16, 2024
1 parent 7b12118 commit 7c1e74f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import { PrivateLocationTestService } from '../../../services/synthetics_private
import { getFixtureJson } from './helpers/get_fixture_json';

export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
describe('getSyntheticsMonitors', function () {
// Failing: See https://github.com/elastic/kibana/issues/204158
describe.skip('getSyntheticsMonitors', function () {
const supertest = getService('supertestWithoutAuth');
const kibanaServer = getService('kibanaServer');
const retry = getService('retry');
Expand Down

0 comments on commit 7c1e74f

Please sign in to comment.