mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite failing on 8.4 (#137328)
This commit is contained in:
parent
e902476dde
commit
f937a7c287
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ import { comparePolicies, testSyntheticsPolicy } from './sample_data/test_policy
|
|||
import { PrivateLocationTestService } from './services/private_location_test_service';
|
||||
|
||||
export default function ({ getService }: FtrProviderContext) {
|
||||
describe('PrivateLocationMonitor', function () {
|
||||
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137328
|
||||
describe.skip('PrivateLocationMonitor', function () {
|
||||
this.tags('skipCloud');
|
||||
|
||||
const supertestAPI = getService('supertest');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue