mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#157589)
This commit is contained in:
parent
102dbe209f
commit
ddfc066856
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ export default ({ getService }: FtrProviderContext): void => {
|
|||
const log = getService('log');
|
||||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
|
||||
describe('delete_comment', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/157589
|
||||
describe.skip('delete_comment', () => {
|
||||
afterEach(async () => {
|
||||
await deleteCasesByESQuery(es);
|
||||
await deleteComments(es);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue