Skip to content

Commit

Permalink
skip failing test suite (elastic#129248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 1, 2022
1 parent 2cdcb39 commit 80790bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_with_es_ssl/apps/cases/view_case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
const retry = getService('retry');
const comboBox = getService('comboBox');

describe('View case', () => {
// Failing: See https://github.com/elastic/kibana/issues/129248
describe.skip('View case', () => {
describe('properties', () => {
// create the case to test on
before(async () => {
Expand Down

0 comments on commit 80790bc

Please sign in to comment.