mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#117770)
This commit is contained in:
parent
ce95939aff
commit
16b3523098
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await browser.getActions().move({ x, y, origin: el._webElement }).click().perform();
|
||||
}
|
||||
|
||||
describe('lens dashboard tests', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/117770
|
||||
describe.skip('lens dashboard tests', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('dashboard');
|
||||
await security.testUser.setRoles(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue