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