chore(NA): skip flaky suite (#153236)

This commit is contained in:
Tiago Costa 2023-03-16 17:28:41 -04:00
parent 92a6a1a7ea
commit 72962abddf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -231,7 +231,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(alertsCount).to.be('6');
});
describe('#FilterButtonGroup', () => {
// FLAKY: https://github.com/elastic/kibana/issues/153236
describe.skip('#FilterButtonGroup', () => {
it('can be filtered to only show "active" alerts using the filter button', async () => {
await pageObjects.infraHostsView.setAlertStatusFilter(ALERT_STATUS_ACTIVE);
await retry.try(async () => {