skip failing test suite (#173429)

This commit is contained in:
Kibana Machine 2024-01-12 14:34:10 -05:00
parent a202d3f0e1
commit 1865d4dab4

View file

@ -42,7 +42,8 @@ import {
} from '../../../../../tasks/alert_assignments';
import { ALERTS_COUNT } from '../../../../../screens/alerts';
describe('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/173429
describe.skip('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });