From 4097c6d1ec625507ed26392c3a80740c82824966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bobowski?= Date: Wed, 25 Sep 2024 09:44:24 -0700 Subject: [PATCH] SNOW-1658905 PR fix --- test/build_runtime_jar.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/build_runtime_jar.sh b/test/build_runtime_jar.sh index 55fb1834a..0f87a7805 100755 --- a/test/build_runtime_jar.sh +++ b/test/build_runtime_jar.sh @@ -85,9 +85,8 @@ case $BUILD_METHOD in # mvn clean should clean the target directory, hence using default pom.xml mvn -f $POM_FILE_NAME clean - # mvn verify runs the integration test + # skip Iceberg tests outside of AWS if [BUILD_FOR_CLOUD == "AWS"]; then - # skip Iceberg tests outside of AWS mvn -f $POM_FILE_NAME verify -Dgpg.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 else mvn -f $POM_FILE_NAME verify -Dgpg.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 '-Dtest=!*Iceberg*IT'