We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879f03a commit 90e8e0dCopy full SHA for 90e8e0d
binary/test/binary.test.ts
@@ -83,7 +83,7 @@ describe("Test Suite", () => {
83
fs.chmodSync(binaryPath, 0o755);
84
console.log("Execute permissions set for the binary");
85
86
- if (platform === "darwin") {
+ if (false && platform === "darwin") {
87
const indexNodePath = path.join(binaryDir, "index.node");
88
const filesToUnquarantine = [binaryPath, indexNodePath];
89
0 commit comments