mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#190737)
This commit is contained in:
parent
40fa2310f0
commit
eacd193cdc
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const visTitle = 'My TSVB to Lens viz 2';
|
||||
|
||||
describe('Dashboard to TSVB to Lens', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/190737
|
||||
describe.skip('Dashboard to TSVB to Lens', function describeIndexTests() {
|
||||
const fixture =
|
||||
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/dashboard.json';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue