Skip to content

Commit 8636e4f

Browse files
committed
skip failing test suite (elastic#240348)
1 parent ae8179b commit 8636e4f

File tree

1 file changed

+2
-1
lines changed
  • src/platform/test/plugin_functional/test_suites/core_plugins

1 file changed

+2
-1
lines changed

src/platform/test/plugin_functional/test_suites/core_plugins/rendering.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
6868
return window.__RENDERING_SESSION__;
6969
});
7070

71-
describe('rendering service', () => {
71+
// Failing: See https://github.com/elastic/kibana/issues/240348
72+
describe.skip('rendering service', () => {
7273
it('exposes plugin config settings to authenticated users', async () => {
7374
// This retry loop to get the injectedMetadata is to overcome flakiness
7475
// (see comment in getInjectedMetadata)

0 commit comments

Comments
 (0)