jeantil commented on code in PR #2813:
URL: https://github.com/apache/james-project/pull/2813#discussion_r2354846211


##########
server/apps/cassandra-app/pom.xml:
##########
@@ -326,6 +326,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <skipTests>true</skipTests>
+                </configuration>
+            </plugin>

Review Comment:
   I don't quite remember what the difference between cassandra-app and 
distributed-app is ? 
   If cassandra-app is only a subset of distributed maybe we can remove most of 
its tests since it's all tested by distributed already and only keep a test 
that checks that the app starts successfully for the bootstrapping part 
   
   wdyt ?



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