Skip to content

Commit

Permalink
skip flaky suite (#43069)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 11, 2019
1 parent 3a8d19d commit 013bc3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ describe('CSV Execute Job', function () {
});
});

describe('cancellation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/43069
describe.skip('cancellation', function () {
const scrollId = getRandomScrollId();

beforeEach(function () {
Expand Down

0 comments on commit 013bc3a

Please sign in to comment.