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