Skip to content

Commit

Permalink
[Lens] Unskip "Dashboard to TSVB to Lens" serverless test (elastic#20…
Browse files Browse the repository at this point in the history
…2275)

## Summary
Fixes: elastic#190737, elastic#190802, elastic#190990, elastic#179307

This test started failing after @nreese Reset PR was merged here:
elastic#201687 and the Lens embeddable
refactor PR introducing a regression which affected the test.
Later on the PR was reverted with
elastic#201902 .


### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
  • Loading branch information
dej611 authored and CAWilson94 committed Dec 9, 2024
1 parent e9080df commit a04e24c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const visTitle = 'My TSVB to Lens viz 2';

// FLAKY: https://github.com/elastic/kibana/issues/190737
describe.skip('Dashboard to TSVB to Lens', function describeIndexTests() {
describe('Dashboard to TSVB to Lens', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/dashboard.json';

Expand Down

0 comments on commit a04e24c

Please sign in to comment.