mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#157721)
This commit is contained in:
parent
b463112f58
commit
2c51276ebb
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue