skip flaky suite (#179307)

This commit is contained in:
Tiago Costa 2024-07-12 04:56:01 +01:00
parent dfcd9b8c4e
commit 82e45362dd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const dashboardAddPanel = getService('dashboardAddPanel');
const filterBar = getService('filterBar');
describe('Dashboard to TSVB to Lens', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/179307
describe.skip('Dashboard to TSVB to Lens', function describeIndexTests() {
before(async () => {
await visualize.initTests();
});