diff --git a/x-pack/plugins/apm/public/components/app/ServiceOverview/__test__/__snapshots__/ServiceOverview.test.tsx.snap b/x-pack/plugins/apm/public/components/app/ServiceOverview/__test__/__snapshots__/ServiceOverview.test.tsx.snap
index dfc0cc8637ff1..40a2b6a5fa81b 100644
--- a/x-pack/plugins/apm/public/components/app/ServiceOverview/__test__/__snapshots__/ServiceOverview.test.tsx.snap
+++ b/x-pack/plugins/apm/public/components/app/ServiceOverview/__test__/__snapshots__/ServiceOverview.test.tsx.snap
@@ -223,30 +223,21 @@ NodeList [
class="euiTableCellContent euiTableCellContent--overflowingContent"
>
-
-
- test
-
-
-
-
- dev
+
+ 2 environments
+
diff --git a/x-pack/plugins/apm/public/components/shared/EnvironmentBadge/index.tsx b/x-pack/plugins/apm/public/components/shared/EnvironmentBadge/index.tsx
index a430eea1cf40c..fd97f104263df 100644
--- a/x-pack/plugins/apm/public/components/shared/EnvironmentBadge/index.tsx
+++ b/x-pack/plugins/apm/public/components/shared/EnvironmentBadge/index.tsx
@@ -12,7 +12,7 @@ interface Props {
environments: string[];
}
export function EnvironmentBadge({ environments = [] }: Props) {
- if (environments.length < 3) {
+ if (environments.length < 2) {
return (
<>
{environments.map((env) => (