mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing tests, see #27498
This commit is contained in:
parent
9d2deb2176
commit
14bf38e697
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.dashboard.saveDashboard('embeddable rendering test', { storeTimeWithDashboard: true });
|
||||
});
|
||||
|
||||
it('initial render test', async () => {
|
||||
it.skip('initial render test', async () => {
|
||||
await expectAllDataRenders();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue