Skip to content

Commit

Permalink
[SKIP ON MKI] `x-pack/test/api_integration/deployment_agnostic/apis/o…
Browse files Browse the repository at this point in the history
…bservability/synthetics/create_monitor_private_location.ts` (elastic#204205)

## Summary

see details: elastic#204204
  • Loading branch information
wayneseymour authored Dec 13, 2024
1 parent 14fba45 commit 85a0273
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import { SyntheticsMonitorTestService } from '../../../services/synthetics_monit

export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
describe('PrivateLocationAddMonitor', function () {
// see details: https://github.com/elastic/kibana/issues/204204
this.tags(['failsOnMKI']);
const kibanaServer = getService('kibanaServer');
const supertestAPI = getService('supertestWithoutAuth');
const supertestWithAuth = getService('supertest');
Expand Down

0 comments on commit 85a0273

Please sign in to comment.