Merge pull request #237145 from emilytrau/ccache-test

ccache: disable failing test `test.fileclone` on aarch64-darwin
This commit is contained in:
Ryan Burns 2023-06-12 23:44:45 -07:00 committed by GitHub
commit 278f364f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
"test.trim_dir" # flaky on hydra (possibly filesystem-specific?)
] ++ lib.optionals stdenv.isDarwin [
"test.basedir"
"test.fileclone" # flaky on hydra (possibly filesystem-specific?)
"test.multi_arch"
"test.nocpp2"
];