Skip to content

Commit 90e8e0d

Browse files
committed
don't unquarantine?
1 parent 879f03a commit 90e8e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary/test/binary.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe("Test Suite", () => {
8383
fs.chmodSync(binaryPath, 0o755);
8484
console.log("Execute permissions set for the binary");
8585

86-
if (platform === "darwin") {
86+
if (false && platform === "darwin") {
8787
const indexNodePath = path.join(binaryDir, "index.node");
8888
const filesToUnquarantine = [binaryPath, indexNodePath];
8989

0 commit comments

Comments
 (0)