Skip to content

Commit

Permalink
skip failing test suite (#57065)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 28, 2024
1 parent 5049fbb commit 282e6ed
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 282e6ed

Please sign in to comment.