mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#197912)
This commit is contained in:
parent
50a262692f
commit
20749d05d0
1 changed files with 2 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue