Skip to content

Commit

Permalink
fix(nixpkg): Disable test_monotonicity test in charted-helm-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Oct 18, 2024
1 parent 29d0ae2 commit 37ca4d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nix/packages/helm-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@ in
pname = "charted-helm-plugin";
src = ../../.;

useNextest = true;
cargoBuildFlags = ["--package" "charted-helm-plugin"];
cargoLock = {
lockFile = ../../Cargo.lock;
outputHashes = common.outputHashes;
};

checkFlags = [
# TODO(@auguwu/@spotlightishere): try to fix this on Nix. Do we need special logic for this?
# It works in CI and on our machines, so we aren't sure why it is failing.
"--skip=ulid::tests::test_monotonicity"
];

nativeBuildInputs = [pkg-config installShellFiles];
buildInputs =
[openssl sqlite postgresql]
Expand Down

0 comments on commit 37ca4d7

Please sign in to comment.