mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Skip failing canvas custom elements test
This commit is contained in:
parent
0c8c22ec40
commit
e195697e47
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ export default function canvasCustomElementTest({
|
|||
});
|
||||
});
|
||||
|
||||
it('adds the custom element to the workpad when prompted', async () => {
|
||||
// https://github.com/elastic/kibana/issues/63339
|
||||
it.skip('adds the custom element to the workpad when prompted', async () => {
|
||||
await PageObjects.canvas.openAddElementModal();
|
||||
|
||||
// open the custom elements tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue