mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#168267)
This commit is contained in:
parent
4c2fcef7af
commit
bf3877c689
1 changed files with 2 additions and 1 deletions
|
@ -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()}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue