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