Revert "disable flaky tests (#36478) (#39574)"

This reverts commit a49552b2d2.
This commit is contained in:
spalger 2019-06-25 09:23:01 -07:00
parent a49552b2d2
commit a85ba02363

View file

@ -127,8 +127,7 @@ function setupLsServiceSendRequestSpy(): sinon.SinonSpy {
);
}
// 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) {
describe('lsp_indexer unit tests', function(this: any) {
this.timeout(20000);
// @ts-ignore