skip "without kibana index" suite. #85911

This commit is contained in:
Jonathan Budzenski 2020-12-15 10:36:35 -06:00
parent e5c675cb61
commit 507ae79ffe

View file

@ -420,7 +420,7 @@ export default function ({ getService }) {
}));
});
describe('without kibana index', () => {
describe.skip('without kibana index', () => {
before(
async () =>
// just in case the kibana server has recreated it
@ -430,7 +430,7 @@ export default function ({ getService }) {
})
);
it.skip('should return 200 with empty response', async () =>
it('should return 200 with empty response', async () =>
await supertest
.get('/api/saved_objects/_find?type=visualization')
.expect(200)