skip failing test suite (#143229)

This commit is contained in:
Kibana Machine 2025-04-17 05:08:54 +02:00
parent 41b029d2b1
commit 91b43cf280

View file

@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const toasts = getService('toasts');
describe('console context menu', function testContextMenu() {
// Failing: See https://github.com/elastic/kibana/issues/143229
describe.skip('console context menu', function testContextMenu() {
before(async () => {
await PageObjects.common.navigateToApp('console');
// Ensure that the text area can be interacted with