open-policy-agent: skip test too dependent on go version

This patch fixes a build failure since go 1.24.5 by disabling
a test that would check for specific metrics being exposed.
This commit is contained in:
networkException
2025-07-27 14:42:30 +02:00
parent c445cf3746
commit 419622880a
@@ -49,6 +49,10 @@ buildGoModule (finalAttrs: {
"TestInterQueryCache_ClientError"
"TestIntraQueryCache_ClientError"
"TestSSOCredentialService"
# This test depends on the metrics available in go not changing. This is a bit
# too unstable for us updating go independently.
"TestJSONSerialization"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Skip tests that require network, not available in the darwin sandbox