mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#167142)
This commit is contained in:
parent
972d1da4f3
commit
6d343316a4
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
|||
return window.__RENDERING_SESSION__;
|
||||
});
|
||||
|
||||
describe('rendering service', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167142
|
||||
describe.skip('rendering service', () => {
|
||||
it('exposes plugin config settings to authenticated users', async () => {
|
||||
await navigateTo('/render/core');
|
||||
const injectedMetadata = await getInjectedMetadata();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue