mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#115859)
This commit is contained in:
parent
8a0a96e422
commit
9a00e98b7c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('Upgrade Assistant', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/115859
|
||||
describe.skip('Upgrade Assistant', () => {
|
||||
before(async () => {
|
||||
await PageObjects.upgradeAssistant.navigateToPage();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue