File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1386,7 +1386,6 @@ test('py3.7 uses download cache by default option',
1386
1386
) ;
1387
1387
t . end ( ) ;
1388
1388
} ,
1389
- { skip : true }
1390
1389
) ;
1391
1390
1392
1391
test ( 'py3.7 uses download cache by default' ,
@@ -1401,7 +1400,6 @@ test('py3.7 uses download cache by default',
1401
1400
) ;
1402
1401
t . end ( ) ;
1403
1402
} ,
1404
- { skip : true }
1405
1403
) ;
1406
1404
1407
1405
test (
@@ -1418,8 +1416,7 @@ test(
1418
1416
) ;
1419
1417
t . end ( ) ;
1420
1418
} ,
1421
- // { skip: !canUseDocker() || brokenOn('win32') }
1422
- { skip : true }
1419
+ { skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
1423
1420
) ;
1424
1421
1425
1422
test (
@@ -1437,8 +1434,7 @@ test(
1437
1434
) ;
1438
1435
t . end ( ) ;
1439
1436
} ,
1440
- // { skip: !canUseDocker() || brokenOn('win32') }
1441
- { skip : true }
1437
+ { skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
1442
1438
) ;
1443
1439
1444
1440
test ( 'py3.7 uses static and download cache' ,
@@ -1462,7 +1458,6 @@ test('py3.7 uses static and download cache',
1462
1458
) ;
1463
1459
t . end ( ) ;
1464
1460
} ,
1465
- { skip : true }
1466
1461
) ;
1467
1462
1468
1463
test (
You can’t perform that action at this time.
0 commit comments