Skip to content

Commit

Permalink
Skip these tests (#24085)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored Oct 16, 2018
1 parent 3a7f5f5 commit e79533d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ({ getService }) {
return esArchiver.unload(archive);
});

it('should summarize beat with metrics', async () => {
it.skip('should summarize beat with metrics', async () => {
const { body } = await supertest
.post('/api/monitoring/v1/clusters/GUtE4UwgSR-XUICRDEFKkA/apm/9b16f434-2092-4983-a401-80a2b61c79d6')
.set('kbn-xsrf', 'xxx')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getService }) {
return esArchiver.unload(archive);
});

it('should load multiple clusters', async () => {
it.skip('should load multiple clusters', async () => {
const { body } = await supertest
.post(
'/api/monitoring/v1/clusters/GUtE4UwgSR-XUICRDEFKkA/apm/instances'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ({ getService }) {
return esArchiver.unload(archive);
});

it('should summarize apm cluster with metrics', async () => {
it.skip('should summarize apm cluster with metrics', async () => {
const { body } = await supertest
.post('/api/monitoring/v1/clusters/GUtE4UwgSR-XUICRDEFKkA/apm')
.set('kbn-xsrf', 'xxx')
Expand Down

0 comments on commit e79533d

Please sign in to comment.