mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#204069)
This commit is contained in:
parent
4a8a9aceab
commit
4f2edcef97
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue