mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#142564)
This commit is contained in:
parent
ce7621e94d
commit
cdd54ea998
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue