Revert "skip failing test suite (#123456)"

This reverts commit ac72ef20f8.
This commit is contained in:
Brian Seeders 2022-01-23 16:12:23 -05:00
parent 3db560b938
commit a2677b8163
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -27,8 +27,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'console']);
const toasts = getService('toasts');
// Failing: See https://github.com/elastic/kibana/issues/123456
describe.skip('console app', function describeIndexTests() {
describe('console app', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');