Skip to content

Commit

Permalink
HADOOP-19045. Mukund's feedback
Browse files Browse the repository at this point in the history
Change-Id: Ibf8deee08ae556b264fafafebabe0afa4bdff736
  • Loading branch information
steveloughran committed Jan 30, 2024
1 parent e7bf108 commit dd09709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ public static void skipIfS3ExpressBucket(
*/
public static void skipIfNotS3ExpressBucket(
Configuration configuration) {
assume("Skipping test as bucket is an S3Express bucket",
assume("Skipping test as bucket is not an S3Express bucket",
isS3ExpressTestBucket(configuration));
}

Expand Down

0 comments on commit dd09709

Please sign in to comment.