mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip apm overview tests on cloud (#126877)
This commit is contained in:
parent
77ac1d822f
commit
6c0526b67c
2 changed files with 8 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue