Skip to content

Commit

Permalink
skip failing test suite (#192510)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 18, 2024
1 parent 78b577f commit 0ff66b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/data_plugin/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 0ff66b4

Please sign in to comment.