mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#125743)
This commit is contained in:
parent
a71fcb72c8
commit
06331e9fee
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', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/125743
|
||||
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