Skip to content

Commit

Permalink
skip failing test suite (elastic#166448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and gergoabraham committed Sep 21, 2023
1 parent 7efed96 commit d2bcec6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
const cases = getService('cases');
const toasts = getService('toasts');

describe('Configure Case', function () {
// Failing: See https://github.com/elastic/kibana/issues/166448
describe.skip('Configure Case', function () {
before(async () => {
await svlCommonPage.login();

Expand Down

0 comments on commit d2bcec6

Please sign in to comment.