mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#114215)
This commit is contained in:
parent
d862d9bf8f
commit
021285e4b3
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await uptimeService.navigation.goToCertificates();
|
||||
});
|
||||
|
||||
describe('page', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/114215
|
||||
describe.skip('page', () => {
|
||||
beforeEach(async () => {
|
||||
await uptimeService.navigation.goToCertificates();
|
||||
await uptimeService.navigation.refreshApp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue