skip failing test suite (#166448)

This commit is contained in:
Kibana Machine 2023-09-20 15:37:34 -04:00
parent 737aaf3571
commit ec821f3700

View file

@ -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();