mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#193868)
This commit is contained in:
parent
48b2099e0d
commit
cc02343d36
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/193868
|
||||
// Failing: See https://github.com/elastic/kibana/issues/193868
|
||||
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue