skip failing test suite (#159275)

This commit is contained in:
Kibana Machine 2023-06-08 07:25:46 -04:00
parent cd38ea99ec
commit 9d15681cbc

View file

@ -54,7 +54,8 @@ export default function processEventsTests({ getService }: FtrProviderContext) {
.set('Elastic-Api-Version', CURRENT_API_VERSION);
}
describe(`Session view - ${PROCESS_EVENTS_ROUTE} - with a basic license`, () => {
// Failing: See https://github.com/elastic/kibana/issues/159275
describe.skip(`Session view - ${PROCESS_EVENTS_ROUTE} - with a basic license`, () => {
describe(`using typical process event data`, () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/session_view/process_events');