Skip to content

Commit

Permalink
skip failing test suite (#159303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 8, 2023
1 parent e3fddf3 commit 1ca29ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function getTotalIOBytesTests({ getService }: FtrProviderContext)
.set('Elastic-Api-Version', CURRENT_API_VERSION);
}

describe(`Session view - ${GET_TOTAL_IO_BYTES_ROUTE} - with a basic license`, () => {
// Failing: See https://github.com/elastic/kibana/issues/159303
describe.skip(`Session view - ${GET_TOTAL_IO_BYTES_ROUTE} - with a basic license`, () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/session_view/process_events');
await esArchiver.load('x-pack/test/functional/es_archives/session_view/io_events');
Expand Down

0 comments on commit 1ca29ef

Please sign in to comment.