skip flaky test (#37471)

(cherry picked from commit 05c4cde7ea)
This commit is contained in:
spalger 2019-05-31 16:40:51 -07:00
parent 86b533feea
commit 5875be54e2

View file

@ -270,7 +270,8 @@ export default function({ getService }: { getService: any }) {
});
});
describe('Non-Immediate', () => {
// FLAKY: https://github.com/elastic/kibana/issues/37471
describe.skip('Non-Immediate', () => {
it('using queries in job params', async () => {
// load test data that contains a saved search and documents
await esArchiver.load('reporting/scripted_small');