open-policy-agent: skip test too dependent on go version (#428831)

authored by xanderio and committed by GitHub 26b2e92a 04cbc77f

+4
+4
pkgs/by-name/op/open-policy-agent/package.nix
··· 49 49 "TestInterQueryCache_ClientError" 50 50 "TestIntraQueryCache_ClientError" 51 51 "TestSSOCredentialService" 52 + 53 + # This test depends on the metrics available in go not changing. This is a bit 54 + # too unstable for us updating go independently. 55 + "TestJSONSerialization" 52 56 ] 53 57 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 54 58 # Skip tests that require network, not available in the darwin sandbox