plakar: disable failing test on darwin
This commit is contained in:
@@ -36,6 +36,7 @@ buildGo125Module (finalAttrs: {
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
"TestBTreeScanMemory"
|
||||
"TestBTreeScanPebble"
|
||||
"TestExecuteCmdServerDefault"
|
||||
];
|
||||
in
|
||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||
|
||||
Reference in New Issue
Block a user