skip flaky suite (#157721)

This commit is contained in:
Tiago Costa 2023-05-15 17:09:52 +01:00
parent b463112f58
commit 2c51276ebb
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -319,7 +319,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('#Page Content', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157721
describe.skip('#Page Content', () => {
before(async () => {
await setHostViewEnabled(true);
await loginWithReadOnlyUser();