Unverified Commit fd9c7557 authored by Michael Daniels's avatar Michael Daniels
Browse files

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.
parent 1af5b5ac
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