skip failing test suite (#170753)

This commit is contained in:
Kibana Machine 2023-11-07 13:40:24 -05:00
parent 30e6677116
commit 0fce67d0b1

View file

@ -47,7 +47,8 @@ export default ({ getService }: FtrProviderContext) => {
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
const path = dataPathBuilder.getPath('auditbeat/hosts');
describe('@ess @serverless open_close_alerts', () => {
// Failing: See https://github.com/elastic/kibana/issues/170753
describe.skip('@ess @serverless open_close_alerts', () => {
describe('validation checks', () => {
describe('update by ids', () => {
it('should not give errors when querying and the alerts index does not exist yet', async () => {