Skip to content

Commit 4b93513

Browse files
authored
ci: Temp skip of cache-related tests (#796)
1 parent c1992f2 commit 4b93513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ test(
13731373
{ skip: !canUseDocker() || process.platform === 'win32' }
13741374
);
13751375

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) => {
13771377
process.chdir('tests/base');
13781378
const path = npm(['pack', '../..']);
13791379
npm(['i', path]);
@@ -1386,7 +1386,7 @@ test('py3.7 uses download cache by default option', async (t) => {
13861386
t.end();
13871387
});
13881388

1389-
test('py3.7 uses download cache by default', async (t) => {
1389+
test.skip('py3.7 uses download cache by default', async (t) => {
13901390
process.chdir('tests/base');
13911391
const path = npm(['pack', '../..']);
13921392
npm(['i', path]);
@@ -1415,7 +1415,7 @@ test(
14151415
{ skip: !canUseDocker() || brokenOn('win32') }
14161416
);
14171417

1418-
test(
1418+
test.skip(
14191419
'py3.7 uses download cache with dockerizePip by default option',
14201420
async (t) => {
14211421
process.chdir('tests/base');
@@ -1433,7 +1433,7 @@ test(
14331433
{ skip: !canUseDocker() || brokenOn('win32') }
14341434
);
14351435

1436-
test('py3.7 uses static and download cache', async (t) => {
1436+
test.skip('py3.7 uses static and download cache', async (t) => {
14371437
process.chdir('tests/base');
14381438
const path = npm(['pack', '../..']);
14391439
npm(['i', path]);

0 commit comments

Comments
 (0)