mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#112102)
This commit is contained in:
parent
05ceb5c08b
commit
f8d03a5d4f
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'home']);
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('Browser apps', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/112102
|
||||
describe.skip('Browser apps', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
useActualUrl: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue