Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit f0003e3

Browse files
committed
excluded all learning tests from executing during build
The pattern **/*LearningTest.java is used to exclude learning tests.
1 parent 6aa716b commit f0003e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-process-data-transfer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<artifactId>maven-surefire-plugin</artifactId>
4646
<configuration>
4747
<excludes>
48-
<exclude>**/ValidateDataLearningTest.java</exclude>
48+
<exclude>**/*LearningTest.java</exclude>
4949
</excludes>
5050
</configuration>
5151
</plugin>

0 commit comments

Comments
 (0)