From fd9c7557a9016d6efe021761b0362503c3a942df Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 2 Aug 2025 11:42:13 -0400 Subject: [PATCH] open-policy-agent: disable flaky test This was first observed in https://github.com/NixOS/nixpkgs/pull/415552#issuecomment-2980863449. Since this test failed for me 3 of 4 times on Linux (2/2 on GitHub Actions, 1/2 on OfBorg), probably better to disable it. --- pkgs/by-name/op/open-policy-agent/package.nix | 3 +++ 1 file changed, 3 insertions(+) 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