Skip to content

Commit

Permalink
skip flaky suite (#179307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 27, 2024
1 parent d811284 commit 40fa231
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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();
});
Expand Down

0 comments on commit 40fa231

Please sign in to comment.