mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip "without kibana index" suite. #85911
This commit is contained in:
parent
e5c675cb61
commit
507ae79ffe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue