mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#166007)
This commit is contained in:
parent
d2e564a946
commit
84161d8308
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import { assertLogContains, isExecutionContextLog, readLogFile } from '../test_u
|
|||
export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'home', 'timePicker']);
|
||||
|
||||
describe('Browser apps', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166007
|
||||
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