Skip to content

Commit

Permalink
skip failing test suite (elastic#142564)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and WafaaNasr committed Oct 14, 2022
1 parent 6d23295 commit 64d2e49
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 createRunSoonTests({ getService }: FtrProviderContext) {
const es = getService('es');
const esArchiver = getService('esArchiver');

describe('runSoon', () => {
// Failing: See https://github.com/elastic/kibana/issues/142564
describe.skip('runSoon', () => {
const objectRemover = new ObjectRemover(supertest);

before(async () => {
Expand Down

0 comments on commit 64d2e49

Please sign in to comment.