Skip to content

Commit

Permalink
[TSVB] Unskips the rollup test (elastic#169620)
Browse files Browse the repository at this point in the history
## Summary

I unskipped this test and run the tests 100 times
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3692#

The failure doesn't seem to happen so I think we can unskip it.

Closes elastic#168267
  • Loading branch information
stratoula authored and cqliu1 committed Oct 25, 2023
1 parent ef29fb4 commit f77801e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/rollup_job/tsvb.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export default function ({ getService, getPageObjects }) {
const fromTime = 'Oct 15, 2019 @ 00:00:01.000';
const toTime = 'Oct 15, 2019 @ 19:31:44.000';

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

Please sign in to comment.