We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8179b commit 8636e4fCopy full SHA for 8636e4f
src/platform/test/plugin_functional/test_suites/core_plugins/rendering.ts
@@ -68,7 +68,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
68
return window.__RENDERING_SESSION__;
69
});
70
71
- describe('rendering service', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/240348
72
+ describe.skip('rendering service', () => {
73
it('exposes plugin config settings to authenticated users', async () => {
74
// This retry loop to get the injectedMetadata is to overcome flakiness
75
// (see comment in getInjectedMetadata)
0 commit comments