open-policy-agent: disable flaky test (#430408)

authored by Weijia Wang and committed by GitHub 0cdc40cf c9f71ace

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