[Console] Run console test on chrome only (#160442)

This commit is contained in:
Alison Goryachev 2023-06-29 12:10:16 -04:00 committed by GitHub
parent 0aa94eda79
commit 85c1e03d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
const log = getService('log');
const PageObjects = getPageObjects(['common', 'console', 'header']);
// Failing: See https://github.com/elastic/kibana/issues/157776
describe.skip('Console variables', function testConsoleVariables() {
this.tags('includeFirefox');
describe('Console variables', function testConsoleVariables() {
// FLAKY on firefox: https://github.com/elastic/kibana/issues/157776
// this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');