Skip to content

Commit

Permalink
SNOW-1658905 PR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Sep 25, 2024
1 parent 09a78d1 commit 4097c6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/build_runtime_jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4097c6d

Please sign in to comment.