Skip to content

Commit

Permalink
Unskip and remove from running on FF
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 20, 2024
1 parent 4b7609f commit 707aee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
}

// Failing: See https://github.com/elastic/kibana/issues/191808
describe.skip('console autocomplete feature', function describeIndexTests() {
this.tags('includeFirefox');
describe('console autocomplete feature', function describeIndexTests() {
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down
4 changes: 1 addition & 3 deletions test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const PageObjects = getPageObjects(['common', 'console', 'header']);

// Failing: See https://github.com/elastic/kibana/issues/193309
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
this.tags('includeFirefox');
describe('misc console behavior', function testMiscConsoleBehavior() {
before(async () => {
await browser.setWindowSize(1200, 800);
await PageObjects.common.navigateToApp('console');
Expand Down
5 changes: 1 addition & 4 deletions test/functional/apps/console/_variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ 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() {
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');
Expand Down

0 comments on commit 707aee6

Please sign in to comment.