Skip to content

Commit

Permalink
skip flaky suite (elastic#168267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and benakansara committed Oct 22, 2023
1 parent 129693f commit f56403e
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 @@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }) {
const fromTime = 'Oct 15, 2019 @ 00:00:01.000';
const toTime = 'Oct 15, 2019 @ 19:31:44.000';

describe('tsvb integration', function () {
// FLAKY: https://github.com/elastic/kibana/issues/168267
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 f56403e

Please sign in to comment.