skip flaky suite (#197912)

This commit is contained in:
Tiago Costa 2024-11-20 01:15:13 +00:00
parent 50a262692f
commit 20749d05d0
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -45,8 +45,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
}
// FLAKY: https://github.com/elastic/kibana/issues/177655
registry.when('Service group counts', { config: 'basic', archives: [] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/197912
registry.when.skip('Service group counts', { config: 'basic', archives: [] }, () => {
let synthbeansServiceGroupId: string;
let opbeansServiceGroupId: string;
before(async () => {