mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
86b533feea
commit
5875be54e2
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue