skip flaky suite (#187667)

This commit is contained in:
Tiago Costa 2024-07-09 04:38:43 +01:00
parent b3138be858
commit 9d6491dbed
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -90,7 +90,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('Loads the page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187667
describe.skip('Loads the page', () => {
beforeEach(async () => {
await security.testUser.restoreDefaults();
await pageObjects.common.navigateToUrl(