mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Giving it another chance *cross fingers* Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
823ce6453f
commit
bbe8ee2af7
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const flyout = getService('flyout');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/58692
|
||||
describe.skip('creating and adding children', () => {
|
||||
describe('creating and adding children', () => {
|
||||
before(async () => {
|
||||
await testSubjects.click('embeddablePanelExamplae');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue