@@ -1373,7 +1373,7 @@ test(
1373
1373
{ skip : ! canUseDocker ( ) || process . platform === 'win32' }
1374
1374
) ;
1375
1375
1376
- test ( 'py3.7 uses download cache by default option' , async ( t ) => {
1376
+ test . skip ( 'py3.7 uses download cache by default option' , async ( t ) => {
1377
1377
process . chdir ( 'tests/base' ) ;
1378
1378
const path = npm ( [ 'pack' , '../..' ] ) ;
1379
1379
npm ( [ 'i' , path ] ) ;
@@ -1386,7 +1386,7 @@ test('py3.7 uses download cache by default option', async (t) => {
1386
1386
t . end ( ) ;
1387
1387
} ) ;
1388
1388
1389
- test ( 'py3.7 uses download cache by default' , async ( t ) => {
1389
+ test . skip ( 'py3.7 uses download cache by default' , async ( t ) => {
1390
1390
process . chdir ( 'tests/base' ) ;
1391
1391
const path = npm ( [ 'pack' , '../..' ] ) ;
1392
1392
npm ( [ 'i' , path ] ) ;
@@ -1415,7 +1415,7 @@ test(
1415
1415
{ skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
1416
1416
) ;
1417
1417
1418
- test (
1418
+ test . skip (
1419
1419
'py3.7 uses download cache with dockerizePip by default option' ,
1420
1420
async ( t ) => {
1421
1421
process . chdir ( 'tests/base' ) ;
@@ -1433,7 +1433,7 @@ test(
1433
1433
{ skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
1434
1434
) ;
1435
1435
1436
- test ( 'py3.7 uses static and download cache' , async ( t ) => {
1436
+ test . skip ( 'py3.7 uses static and download cache' , async ( t ) => {
1437
1437
process . chdir ( 'tests/base' ) ;
1438
1438
const path = npm ( [ 'pack' , '../..' ] ) ;
1439
1439
npm ( [ 'i' , path ] ) ;
0 commit comments