dimas-b commented on code in PR #469:
URL: https://github.com/apache/polaris/pull/469#discussion_r1913736734
##########
dropwizard/service/src/test/java/org/apache/polaris/service/dropwizard/it/QuarkusRestCatalogIntegrationTest.java:
##########
@@ -18,6 +18,8 @@
*/
package org.apache.polaris.service.dropwizard.it;
+import io.quarkus.test.junit.QuarkusTest;
import org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationTest;
-public class DropwizardRestCatalogIntegrationTest extends
PolarisRestCatalogIntegrationTest {}
+@QuarkusTest
Review Comment:
nit: Do you think it should be `@QuarkusIntegrationTest` in the spirit of
backbox tests?
--
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]