Skip to content

Commit

Permalink
julia-bin: skip more flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jan 25, 2024
1 parent 9965625 commit 1193b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/compilers/julia/generic-bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ let
# Test flaky because of our RPATH patching
# https://github.com/NixOS/nixpkgs/pull/230965#issuecomment-1545336489
"compiler/codegen"
# Test flaky
"read"
] ++ lib.optionals (lib.versionAtLeast version "1.10") [
# Test flaky
# https://github.com/JuliaLang/julia/issues/52739
"REPL"
# Test flaky
"ccall"
] ++ lib.optionals stdenv.isDarwin [
# Test flaky on ofborg
"FileWatching"
Expand Down

0 comments on commit 1193b2f

Please sign in to comment.