mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#166448)
This commit is contained in:
parent
737aaf3571
commit
ec821f3700
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue