Skip to content

Commit

Permalink
test: Bring back skipped cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Nov 24, 2023
1 parent e33b02d commit 08ccc7a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,6 @@ test('py3.7 uses download cache by default option',
);
t.end();
},
{ skip: true }
);

test('py3.7 uses download cache by default',
Expand All @@ -1401,7 +1400,6 @@ test('py3.7 uses download cache by default',
);
t.end();
},
{ skip: true }
);

test(
Expand All @@ -1418,8 +1416,7 @@ test(
);
t.end();
},
// { skip: !canUseDocker() || brokenOn('win32') }
{ skip: true }
{ skip: !canUseDocker() || brokenOn('win32') }
);

test(
Expand All @@ -1437,8 +1434,7 @@ test(
);
t.end();
},
// { skip: !canUseDocker() || brokenOn('win32') }
{ skip: true }
{ skip: !canUseDocker() || brokenOn('win32') }
);

test('py3.7 uses static and download cache',
Expand All @@ -1462,7 +1458,6 @@ test('py3.7 uses static and download cache',
);
t.end();
},
{ skip: true }
);

test(
Expand Down

0 comments on commit 08ccc7a

Please sign in to comment.