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 b39a823 commit e2c26c3Copy full SHA for e2c26c3
test/all/node/test-yarn-installation.js
@@ -24,7 +24,7 @@ describe('[all] Yarn Installation', function() {
24
});
25
26
for (const packageToInstall of packagesToInstall) {
27
- it(`should install ${packageToInstall} using yarn`, async function() {
+ it.skip(`should install ${packageToInstall} using yarn`, async function() {
28
this.timeout(5 * 60 * 1000);
29
30
try {
0 commit comments