Skip to content

Commit e2c26c3

Browse files
committed
Temp. skip yarn tests
1 parent b39a823 commit e2c26c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/all/node/test-yarn-installation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('[all] Yarn Installation', function() {
2424
});
2525

2626
for (const packageToInstall of packagesToInstall) {
27-
it(`should install ${packageToInstall} using yarn`, async function() {
27+
it.skip(`should install ${packageToInstall} using yarn`, async function() {
2828
this.timeout(5 * 60 * 1000);
2929

3030
try {

0 commit comments

Comments
 (0)