We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e961f4 commit 34e0b0bCopy full SHA for 34e0b0b
test/unit/release.test.mts
@@ -28,7 +28,7 @@ const REQUIRED_FILES = [
28
'package/lib/crypto_callbacks.js.map'
29
];
30
31
-describe(`Release ${packFile}`, function () {
+describe.skip(`Release ${packFile}`, function () {
32
this.timeout(60000);
33
34
beforeEach(function () {
0 commit comments