Unverified Commit 0cdc40cf authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents c9f71ace fd9c7557
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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