Skip to content

Commit

Permalink
Renable navigation back test (elastic#54825) (elastic#55066)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Jan 16, 2020
1 parent 3630801 commit 922117d
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 @@ -66,8 +66,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
}
});

// FLAKY: https://github.com/elastic/kibana/issues/33468
it.skip('detect navigate back issues', async () => {
it('detect navigate back issues', async () => {
let currUrl;
// Detects bug described in issue #31238 - where back navigation would get stuck to URL encoding handling in Angular.
// Navigate to home app
Expand Down

0 comments on commit 922117d

Please sign in to comment.