Skip to content

Commit

Permalink
skip "without kibana index" suite. #85911
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 15, 2020
1 parent e5c675c commit 507ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api_integration/apis/saved_objects/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 507ae79

Please sign in to comment.