Skip to content

Commit

Permalink
Nix: disable flaky flatparse test suite
Browse files Browse the repository at this point in the history
Fails on macos-14 runner
  • Loading branch information
runeksvendsen committed Dec 14, 2024
1 parent 7887cf6 commit 2743c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let
nixpkgsRaw.haskellPackages.override {
overrides = self: super: {
statistics = self.haskell.lib.dontCheck super.statistics;
flatparse = self.haskell.lib.dontCheck super.flatparse;
};
};
};
Expand Down

0 comments on commit 2743c19

Please sign in to comment.