adutra commented on code in PR #778:
URL: https://github.com/apache/polaris/pull/778#discussion_r1916612793


##########
quarkus/service/src/intTest/java/org/apache/polaris/service/quarkus/it/QuarkusSparkIT.java:
##########
@@ -18,8 +18,8 @@
  */
 package org.apache.polaris.service.quarkus.it;
 
-import io.quarkus.test.junit.QuarkusTest;
+import io.quarkus.test.junit.QuarkusIntegrationTest;
 import org.apache.polaris.service.it.test.PolarisSparkIntegrationTest;
 
-@QuarkusTest
-public class QuarkusSparkIntegrationTest extends PolarisSparkIntegrationTest {}
+@QuarkusIntegrationTest
+public class QuarkusSparkIT extends PolarisSparkIntegrationTest {}

Review Comment:
   I removed this test from the `test` directory but left the others, because 
this one is a bit more heavy-weight.



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

Reply via email to