Skip apm overview tests on cloud (#126877)

This commit is contained in:
Mat Schaffer 2022-03-04 17:21:46 +09:00 committed by GitHub
parent 77ac1d822f
commit 6c0526b67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,10 @@ export default function ({ getService }) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');
describe('overview', () => {
describe('overview', function () {
// Archive contains non-cgroup data which collides with the in-cgroup APM server present by default on cloud deployments
this.tags(['skipCloud']);
const archive = 'x-pack/test/functional/es_archives/monitoring/apm';
const timeRange = {
min: '2018-08-31T12:59:49.104Z',

View file

@ -12,7 +12,10 @@ export default function ({ getService }) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');
describe('overview mb', () => {
describe('overview mb', function () {
// Archive contains non-cgroup data which collides with the in-cgroup APM server present by default on cloud deployments
this.tags(['skipCloud']);
const archive = 'x-pack/test/functional/es_archives/monitoring/apm_mb';
const timeRange = {
min: '2018-08-31T12:59:49.104Z',