Skip to content

Commit

Permalink
fix: typo and formatting - exclude test
Browse files Browse the repository at this point in the history
  • Loading branch information
maschnetwork committed Jan 10, 2025
1 parent 5538066 commit be4d14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public void shouldUseAwsCredentialsProviderByProvidedClass() {

@Test
@Disabled // Todo: Excluded because it is environment specific (Requires no credentials and config
// files present to work). Will keep to verify once AWS SDK issue is fixed:
// https://github.com/aws/aws-sdk-java-v2/issues/5635
// files present to work). Will keep to verify once AWS SDK issue is fixed:
// https://github.com/aws/aws-sdk-java-v2/issues/5635
public void shouldNotGetSDKClientExceptionWithNull() {
var props = new HashMap<>(commonProps);
var provider =
Expand Down

0 comments on commit be4d14c

Please sign in to comment.