mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): skip flaky suite (#153236)
This commit is contained in:
parent
92a6a1a7ea
commit
72962abddf
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue