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