fix test error

This commit is contained in:
mahabaleshwars 2025-07-03 15:18:19 +05:30
parent 4c9e711992
commit 7f499ce617

View File

@ -114,7 +114,8 @@ describe('GraalVMDistribution', () => {
const osType = distribution.getPlatform();
if (osType === 'windows' && distroArch === 'aarch64') {
test.skip('Skipping test: aarch64 is not available for Windows');
console.warn('Skipping test: aarch64 is not available for Windows');
return;
}
const archiveType = getDownloadArchiveExtension();