Skip to content

Commit e53e881

Browse files
committed
skip failing test suite (elastic#246353)
1 parent 4ab0976 commit e53e881

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/platform/test/functional/apps/console/_output_panel.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 PageObjects = getPageObjects(['common', 'console', 'header']);
1919
const testSubjects = getService('testSubjects');
2020

21-
describe('console output panel', function describeIndexTests() {
21+
// Failing: See https://github.com/elastic/kibana/issues/246353
22+
describe.skip('console output panel', function describeIndexTests() {
2223
before(async () => {
2324
log.debug('navigateTo console');
2425
await PageObjects.common.navigateToApp('console');

0 commit comments

Comments
 (0)