lliangyu-lin commented on code in PR #12671:
URL: https://github.com/apache/iceberg/pull/12671#discussion_r2019585135


##########
aws/src/integration/java/org/apache/iceberg/aws/dynamodb/TestMockDynamoDbCatalog.java:
##########
@@ -56,8 +58,7 @@
 import software.amazon.awssdk.services.s3.model.HeadObjectRequest;
 import software.amazon.awssdk.services.s3.model.NoSuchKeyException;
 
-public class TestDynamoDbCatalog {
-
+public class TestMockDynamoDbCatalog extends BaseAwsMockTest {

Review Comment:
   Seems like using `Tag` and 
   ```
   useJUnitPlatform {
         includeTags 'verification'
       }
   ```
   is the cleanest approach    



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to