Skip to content

Commit

Permalink
skip flaky suite (#197912)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 20, 2024
1 parent 50a2626 commit 20749d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 20749d0

Please sign in to comment.