danny0405 commented on code in PR #10184:
URL: https://github.com/apache/hudi/pull/10184#discussion_r1407195625
##########
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:
Is it still flaky 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]