mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#179307)
This commit is contained in:
parent
c8d16b958f
commit
13dfd58bd8
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