mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ftr/dashboard] disable flaky suite (#29299)
This commit is contained in:
parent
324399dcfd
commit
65c80048fd
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
|
||||
};
|
||||
|
||||
describe('dashboard embeddable rendering', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/24292
|
||||
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue