mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Revert "skip failing test suite (#159303)"
This reverts commit 1ca29efb87
.
This commit is contained in:
parent
3785c93c8f
commit
8e656cf0d8
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue