Skip to content

Commit

Permalink
[Console] Run console test on chrome only (elastic#160442)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Jun 29, 2023
1 parent 0aa94ed commit 85c1e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/console/_variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 85c1e03

Please sign in to comment.