skip failing test suite (#204069)

This commit is contained in:
Kibana Machine 2025-03-07 20:52:38 +11:00
parent 4a8a9aceab
commit 4f2edcef97

View file

@ -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/204069
describe.skip('getSyntheticsMonitors', function () {
const supertest = getService('supertestWithoutAuth');
const kibanaServer = getService('kibanaServer');
const retry = getService('retry');