diff --git a/pkgs/by-name/op/open-policy-agent/package.nix b/pkgs/by-name/op/open-policy-agent/package.nix index 51aee9311bcf..6138c0e579f3 100644 --- a/pkgs/by-name/op/open-policy-agent/package.nix +++ b/pkgs/by-name/op/open-policy-agent/package.nix @@ -53,6 +53,9 @@ buildGoModule (finalAttrs: { # This test depends on the metrics available in go not changing. This is a bit # too unstable for us updating go independently. "TestJSONSerialization" + + # Flaky + "TestGraphQLParseSchemaAlloc" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Skip tests that require network, not available in the darwin sandbox