substudy: skip flaky cache test (#517945)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 17:11:15 +00:00
committed by GitHub
+5
View File
@@ -26,6 +26,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoBuildFlags = [ "-p substudy" ];
checkFlags = [
# flaky: relies on sqlite ms timestamps differing across 3 quick inserts
"--skip=cache::tests::test_cache"
];
preCheck = ''
# That's to make sure the `test_ai_request_static`
# test has access to the cache at `$HOME/.cache`