plakar: disable failing test on darwin

This commit is contained in:
Alexis Hildebrandt
2026-04-16 12:40:38 +02:00
parent c9a8fd0430
commit dd3b649313
+1
View File
@@ -36,6 +36,7 @@ buildGo125Module (finalAttrs: {
++ lib.optionals stdenv.isDarwin [
"TestBTreeScanMemory"
"TestBTreeScanPebble"
"TestExecuteCmdServerDefault"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];