From aaaf4ee145118c0c24c12f94325fe0159fbd1076 Mon Sep 17 00:00:00 2001 From: "naman.anand" Date: Fri, 5 Jun 2026 20:29:17 +0000 Subject: [PATCH] chore(seed): remove stale go-sdk exhaustive:omit-empty-request-wrappers allowedFailure The exhaustive:omit-empty-request-wrappers fixture passes its wire tests in isolation (verified across multiple local runs). It only appeared to fail when run alongside exhaustive:no-custom-config locally, because both configs reuse the same WireMock container name (wiremock-exhaustive-wiremock-1) and collide. In CI the two configs run in separate matrix jobs, so there is no collision and the fixture passes. No generator change is required. --- seed/go-sdk/seed.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/seed/go-sdk/seed.yml b/seed/go-sdk/seed.yml index 3a61158fe434..da5e5385b10b 100644 --- a/seed/go-sdk/seed.yml +++ b/seed/go-sdk/seed.yml @@ -376,5 +376,3 @@ allowedFailures: # Wire tests fail at runtime. - oauth-client-credentials:. - # exhaustive:omit-empty-request-wrappers wire tests fail due to missing Authorization header - - exhaustive:omit-empty-request-wrappers