skip flaky suite (#168267)

This commit is contained in:
Tiago Costa 2023-10-17 00:47:25 +01:00
parent 4c2fcef7af
commit bf3877c689
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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()}`;