skip flaky suite (#85911)

This commit is contained in:
Tiago Costa 2020-12-15 15:05:39 +00:00
parent 27afabd272
commit 815d19d410
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -78,7 +78,8 @@ export default function ({ getService }) {
}));
});
describe('page beyond total', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85911
describe.skip('page beyond total', () => {
it('should return 200 with empty response', async () =>
await supertest
.get('/api/saved_objects/_find?type=visualization&page=100&per_page=100')