Skip to content

Commit b85c522

Browse files
committed
Resolve integration test failures
1 parent 7d8c654 commit b85c522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ mvn clean verify -P jrf-integration-tests 2>&1 | tee log.txt
318318
319319
# How to run a single test
320320
321-
mvn -Dit.test="ITOperator#testDomainOnPVUsingWLST" -DfailIfNoTests=false integration-test -P java-integration-tests
321+
mvn -Dit.test="ItOperator#testDomainOnPVUsingWLST" -DfailIfNoTests=false integration-test -P java-integration-tests
322322
323323
# How to run multiple tests
324324
325-
mvn -Dit.test="ITOperator#testDomainOnPVUsingWLST+testDomainOnPVUsingWDT" -DfailIfNoTests=false integration-test -P java-integration-tests
325+
mvn -Dit.test="ItOperator#testDomainOnPVUsingWLST+testDomainOnPVUsingWDT" -DfailIfNoTests=false integration-test -P java-integration-tests
326326
327327
# How to run cleanup script
328328

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<id>java-integration-tests</id>
283283
<properties>
284284
<skipITs>false</skipITs>
285-
<includes-failsafe>**/IT*</includes-failsafe>
285+
<includes-failsafe>**/It*</includes-failsafe>
286286
<jrf_enabled>false</jrf_enabled>
287287
</properties>
288288
</profile>

0 commit comments

Comments
 (0)