Skip to content

Commit dd052eb

Browse files
committed
Run only intended integration tests (with test_* pattern)
1 parent e81c12d commit dd052eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ under the License.
792792
<streamLogs>true</streamLogs>
793793
<projectsDirectory>src/it</projectsDirectory>
794794
<pomIncludes>
795-
<pomInclude>**/pom.xml</pomInclude>
795+
<pomInclude>test_*/pom.xml</pomInclude>
796796
</pomIncludes>
797797
<pomExcludes>
798798
<pomExclude>**/off-*/pom.xml</pomExclude>

0 commit comments

Comments
 (0)