Unverified Commit 5cf4e4a7 authored by Philip Taron's avatar Philip Taron
Browse files

nixVersions.nixComponents_git.nix-functional-tests: disable two tests broken...

nixVersions.nixComponents_git.nix-functional-tests: disable two tests broken because of the state of staging -> master
parent 439c4232
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  nix-store,
  nix-expr,
  nix-cli,
  toml11,

  busybox-sandbox-shell ? null,

@@ -72,6 +73,13 @@ mkMesonDerivation (
        echo $PWD | grep tests/functional
      '';

    # `toml11` upgrade causes these to fail in 2.32+: https://github.com/NixOS/nixpkgs/pull/442682
    # Remove when that PR lands in master.
    ${if lib.versionAtLeast (lib.versions.majorMinor version) "2.32" then "preCheck" else null} =
      lib.optionalString (lib.versionOlder toml11.version "4.0") ''
        rm -f ../lang/eval-fail-fromTOML-{over,under}flow*
      '';

    mesonCheckFlags = [
      "--print-errorlogs"
    ];