skip failing test suite (#157589)

This commit is contained in:
Kibana Machine 2023-09-20 09:08:49 -04:00
parent 102dbe209f
commit ddfc066856

View file

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