mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky custom appRoute tests
This commit is contained in:
parent
5a15ad123d
commit
6fcf3f0005
1 changed files with 4 additions and 2 deletions
|
@ -136,7 +136,8 @@ export default function({ getService, getPageObjects }: PluginFunctionalProvider
|
|||
expect(await exists('renderingHeader')).to.be(false);
|
||||
});
|
||||
|
||||
it('navigates between standard application and one with custom appRoute', async () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/55750
|
||||
it.skip('navigates between standard application and one with custom appRoute', async () => {
|
||||
await navigateTo('/');
|
||||
await find.waitForElementStale(await findLoadingMessage());
|
||||
|
||||
|
@ -159,7 +160,8 @@ export default function({ getService, getPageObjects }: PluginFunctionalProvider
|
|||
).to.eql(['/app/app_status', '/render/core', '/app/app_status']);
|
||||
});
|
||||
|
||||
it('navigates between applications with custom appRoutes', async () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/55736
|
||||
it.skip('navigates between applications with custom appRoutes', async () => {
|
||||
await navigateTo('/');
|
||||
await find.waitForElementStale(await findLoadingMessage());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue