File tree Expand file tree Collapse file tree 3 files changed +845
-1108
lines changed
Expand file tree Collapse file tree 3 files changed +845
-1108
lines changed Original file line number Diff line number Diff line change 5454 "packageManager" : " yarn@4.12.0" ,
5555 "description" : " Impit for JavaScript" ,
5656 "optionalDependencies" : {
57- "impit-darwin-x64" : " 0.7.5" ,
5857 "impit-darwin-arm64" : " 0.7.5" ,
59- "impit-win32-x64-msvc" : " 0.7.5" ,
60- "impit-win32-arm64-msvc" : " 0.7.5" ,
58+ "impit-darwin-x64" : " 0.7.5" ,
59+ "impit-linux-arm64-gnu" : " 0.7.5" ,
60+ "impit-linux-arm64-musl" : " 0.7.5" ,
6161 "impit-linux-x64-gnu" : " 0.7.5" ,
6262 "impit-linux-x64-musl" : " 0.7.5" ,
63- "impit-linux -arm64-gnu " : " 0.7.5" ,
64- "impit-linux-arm64-musl " : " 0.7.5"
63+ "impit-win32 -arm64-msvc " : " 0.7.5" ,
64+ "impit-win32-x64-msvc " : " 0.7.5"
6565 }
66- }
66+ }
Original file line number Diff line number Diff line change @@ -457,7 +457,8 @@ describe.each([
457457 } ) ;
458458 } ) ;
459459
460- describe ( 'Redirects' , ( ) => {
460+ // Skipping because of issues with redirected Standby requests on Apify
461+ describe . skip ( 'Redirects' , ( ) => {
461462 test ( 'redirects work by default' , async ( t ) => {
462463 const response = await impit . fetch (
463464 getHttpBinUrl ( '/absolute-redirect/1' ) ,
You can’t perform that action at this time.
0 commit comments