Skip to content

Commit 08ccc7a

Browse files
committed
test: Bring back skipped cache tests
1 parent e33b02d commit 08ccc7a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,6 @@ test('py3.7 uses download cache by default option',
13861386
);
13871387
t.end();
13881388
},
1389-
{ skip: true }
13901389
);
13911390

13921391
test('py3.7 uses download cache by default',
@@ -1401,7 +1400,6 @@ test('py3.7 uses download cache by default',
14011400
);
14021401
t.end();
14031402
},
1404-
{ skip: true }
14051403
);
14061404

14071405
test(
@@ -1418,8 +1416,7 @@ test(
14181416
);
14191417
t.end();
14201418
},
1421-
// { skip: !canUseDocker() || brokenOn('win32') }
1422-
{ skip: true }
1419+
{ skip: !canUseDocker() || brokenOn('win32') }
14231420
);
14241421

14251422
test(
@@ -1437,8 +1434,7 @@ test(
14371434
);
14381435
t.end();
14391436
},
1440-
// { skip: !canUseDocker() || brokenOn('win32') }
1441-
{ skip: true }
1437+
{ skip: !canUseDocker() || brokenOn('win32') }
14421438
);
14431439

14441440
test('py3.7 uses static and download cache',
@@ -1462,7 +1458,6 @@ test('py3.7 uses static and download cache',
14621458
);
14631459
t.end();
14641460
},
1465-
{ skip: true }
14661461
);
14671462

14681463
test(

0 commit comments

Comments
 (0)