Skip to content

Commit

Permalink
skip flaky suite (#56816)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 20, 2020
1 parent dbb4a66 commit 1464706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/rollup_job/tsvb.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function({ getService, getPageObjects }) {
'timePicker',
]);

describe('tsvb integration', function() {
// FLAKY: https://github.com/elastic/kibana/issues/56816
describe.skip('tsvb integration', function() {
//Since rollups can only be created once with the same name (even if you delete it),
//we add the Date.now() to avoid name collision if you run the tests locally back to back.
const rollupJobName = `tsvb-test-rollup-job-${Date.now()}`;
Expand Down

0 comments on commit 1464706

Please sign in to comment.