Skip to content

Commit

Permalink
skip flaky suite (#85911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent 27afabd commit 815d19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_integration/apis/saved_objects/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 815d19d

Please sign in to comment.