skip failing test suite (#157776)

This commit is contained in:
Kibana Machine 2024-09-18 23:25:52 +10:00
parent a2235c8593
commit aa4bce0b9a

View file

@ -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 () => {