mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#88826)
This commit is contained in:
parent
6e38986102
commit
4e01b80cd6
1 changed files with 36 additions and 32 deletions
|
@ -15,7 +15,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const appsMenu = getService('appsMenu');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Kibana browser back navigation should work', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/88826
|
||||
describe.skip(
|
||||
'Kibana browser back navigation should work',
|
||||
function describeIndexTests() {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('discover');
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
|
@ -52,5 +55,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
currUrl = await browser.getCurrentUrl();
|
||||
expect(currUrl).to.be(homeUrl);
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue