mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert "skip failing test suite (#123456)"
This reverts commit ac72ef20f8
.
This commit is contained in:
parent
3db560b938
commit
a2677b8163
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue