hussein-awala commented on code in PR #10184:
URL: https://github.com/apache/hudi/pull/10184#discussion_r1407332396


##########
hudi-aws/src/test/java/org/apache/hudi/aws/TestHoodieAWSCredentialsProviderFactory.java:
##########
@@ -41,11 +40,11 @@ public void testGetAWSCredentials() {
     assertEquals("random-session-token", credentials.sessionToken());
   }
 
-  @Disabled("HUDI-7114")
   @Test
   public void testGetAWSCredentialsWithInvalidAssumeRole() {
     // This test is to ensure that the AWS credentials provider factory 
fallbacks to default credentials
     // when the assume role ARN is invalid.
+    System.setProperty("aws.region", "eu-west-1");
     HoodieConfig cfg = new HoodieConfig();

Review Comment:
   No, it should be stable now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to