Skip to content

Commit

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

// Failing: See https://github.com/elastic/kibana/issues/159303
describe.skip(`Session view - ${GET_TOTAL_IO_BYTES_ROUTE} - with a basic license`, () => {
describe(`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 8e656cf

Please sign in to comment.