disable flaky test (#33468)

This commit is contained in:
spalger 2019-03-28 19:21:34 -07:00
parent 65a5d528b1
commit 179b9be6bb

View file

@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }) {
await browser.refresh();
});
it('detect navigate back issues', async ()=> {
// FLAKY: https://github.com/elastic/kibana/issues/33468
it.skip('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