mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
disable flaky test
This commit is contained in:
parent
c7a8393d57
commit
05c4cde7ea
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue