Skip to content

Commit

Permalink
skip flaky test (#37471)
Browse files Browse the repository at this point in the history
(cherry picked from commit 05c4cde)
  • Loading branch information
spalger committed Jul 15, 2019
1 parent 86b533f commit 5875be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/reporting/api/generate/csv_saved_search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5875be5

Please sign in to comment.