Skip to content

Commit

Permalink
skip flaky suite (#130305)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 11, 2023
1 parent 2f1865d commit f5a7473
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');

describe('scroll_count', () => {
describe('with less than 10k objects', () => {
// FLAKY AND FAILING FORWARD ES COMPATIBILITY 8.7: https://github.com/elastic/kibana/issues/130305
describe.skip('with less than 10k objects', () => {
before(async () => {
await esArchiver.load(
'test/api_integration/fixtures/es_archiver/management/saved_objects/scroll_count'
Expand Down

0 comments on commit f5a7473

Please sign in to comment.