Skip to content

Commit 91b43cf

Browse files
committed
skip failing test suite (elastic#143229)
1 parent 41b029d commit 91b43cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/apps/console/_context_menu.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1818
const browser = getService('browser');
1919
const toasts = getService('toasts');
2020

21-
describe('console context menu', function testContextMenu() {
21+
// Failing: See https://github.com/elastic/kibana/issues/143229
22+
describe.skip('console context menu', function testContextMenu() {
2223
before(async () => {
2324
await PageObjects.common.navigateToApp('console');
2425
// Ensure that the text area can be interacted with

0 commit comments

Comments
 (0)