Skip to content

Commit

Permalink
don't unquarantine?
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Sep 21, 2024
1 parent 879f03a commit 90e8e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/test/binary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("Test Suite", () => {
fs.chmodSync(binaryPath, 0o755);
console.log("Execute permissions set for the binary");

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

Expand Down

0 comments on commit 90e8e0d

Please sign in to comment.