Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatbasik committed Dec 13, 2024
1 parent 9b82163 commit e38b482
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1784,4 +1784,10 @@ private Constants() {
*/
public static final boolean ANALYTICS_ACCELERATOR_ENABLED_DEFAULT = false;

/**
* Default value for {@link #USE_CRT_CLIENT_WITH_S3A_ANALYTICS_ACCELERATOR }
* Value {@value}.
*/
public static final boolean USE_CRT_CLIENT_WITH_S3A_ANALYTICS_ACCELERATOR_DEFAULT = true;

}
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ protected Configuration createConfiguration() {

@Override
public void testOverwriteExistingFile() throws Throwable {
super.testOverwriteExistingFile();
skipIfAnalyticsAcceleratorEnabled(this.createConfiguration());

super.testOverwriteExistingFile();
}

@Override
Expand Down

0 comments on commit e38b482

Please sign in to comment.