disable flaky tests (#36478) (#39574)

This commit is contained in:
spalger 2019-06-25 09:07:09 -07:00
parent 0b7f0c5336
commit da6662c64b

View file

@ -127,7 +127,8 @@ function setupLsServiceSendRequestSpy(): sinon.SinonSpy {
);
}
describe('lsp_indexer unit tests', function(this: any) {
// FLAKY: https://github.com/elastic/kibana/issues/36478 and https://github.com/elastic/kibana/issues/39574
describe.skip('lsp_indexer unit tests', function(this: any) {
this.timeout(20000);
// @ts-ignore