elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.35k stars 7.98k forks source link

Skip serverless playground UI tests for MKI #182930

Closed pheyos closed 4 days ago

pheyos commented 1 week ago

Summary

This PR skips the playground UI tests for MKI runs since that feature has temporarily been disabled in that environment.

Details

This PR will be reverted once the fix #182739 is rolled out to MKI and the playground UI has been reenabled there.

The navigation test could not be skipped for MKI separately (tags are only available on suite level and we don't want to skip the whole navigation suite for MKI). So this test has been temporarily moved to the playground overview suite, where it could be disabled for MKI runs but continues to run locally / on CI.

pheyos commented 1 week ago

/ci

pheyos commented 1 week ago

/ci

kibana-ci commented 1 week ago

:green_heart: Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with: @elasticmachine merge upstream

cc @pheyos

pheyos commented 4 days ago

No longer needed - we took a different approach here.