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
@@ -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"
];