Skip to content

Commit

Permalink
unskip navigation test (elastic#91306)
Browse files Browse the repository at this point in the history
* fixes elastic#74449

* unskip navigation test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
rashmivkulkarni and kibanamachine committed Feb 16, 2021
1 parent d94108d commit e178312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/home/_navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const esArchiver = getService('esArchiver');

// Failing: See https://github.com/elastic/kibana/issues/88826
describe.skip('Kibana browser back navigation should work', function describeIndexTests() {
describe('Kibana browser back navigation should work', function describeIndexTests() {
before(async () => {
await esArchiver.loadIfNeeded('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit e178312

Please sign in to comment.