Unverified Commit d15bc0bf authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

prometheus: disable failing test on aarch64 (#426484)

parents 41262c4e f83b14cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -129,6 +129,10 @@ buildGoModule (finalAttrs: {
  # Test mock data uses 64 bit data without an explicit (u)int64
  doCheck = !(stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.parsed.cpu.bits < 64);

  checkFlags = lib.optionals stdenv.hostPlatform.isAarch64 [
    "-skip=TestEvaluations/testdata/aggregators.test"
  ];

  passthru.tests = { inherit (nixosTests) prometheus; };

  meta = with lib; {