Skip to content

Commit

Permalink
skip failing test suite (elastic#57065)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and adelisle committed Aug 5, 2024
1 parent a69aded commit 091a056
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 @@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }) {
'timePicker',
]);

describe('tsvb integration', function () {
// Failing: See https://github.com/elastic/kibana/issues/57065
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 091a056

Please sign in to comment.