mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#157776)
This commit is contained in:
parent
a2235c8593
commit
aa4bce0b9a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue