mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#192510)
This commit is contained in:
parent
36eedc121b
commit
e0b5bdcb13
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
return sessionIds.split(',');
|
||||
};
|
||||
|
||||
describe('Session management', function describeSessionManagementTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192510
|
||||
describe.skip('Session management', function describeSessionManagementTests() {
|
||||
describe('Discover', () => {
|
||||
before(async () => {
|
||||
await common.navigateToApp('discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue