XComp commented on code in PR #18842:
URL: https://github.com/apache/flink/pull/18842#discussion_r858511324


##########
pom.xml:
##########
@@ -1593,6 +1593,14 @@ under the License.
                                                <!--suppress 
MavenModelInspection -->
                                                
<test.randomization.seed>${test.randomization.seed}</test.randomization.seed>
                                                
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
+                                               <!-- Enabled the parallel test 
execution feature. -->

Review Comment:
   ```suggestion
                                                <!-- Enabled the parallel test 
execution feature. -->
                                                <!-- Tests and test classes can 
be enabled for concurrent execution using @Execution(ExecutionMode.CONCURRENT). 
-->
   ```



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