Unverified Commit 26b2e92a authored by xanderio's avatar xanderio Committed by GitHub
Browse files

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

parents 04cbc77f 41962288
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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