mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky test suite (#33504)
This commit is contained in:
parent
41d4172fe5
commit
33083c80eb
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
|
||||
};
|
||||
|
||||
describe('dashboard embeddable rendering', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/33504
|
||||
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue