mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#157776)
This commit is contained in:
parent
9cd94336bc
commit
2ef9994cbf
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
const log = getService('log');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
describe('Console variables', function testConsoleVariables() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/157776
|
||||
describe.skip('Console variables', function testConsoleVariables() {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue