Skip to content

Commit f942270

Browse files
authored
Add openshift service mesh istio test (#3309)
* add openshift service mesh istio test * exclude ItOpenshiftIstioMiiDomain from integration-tests profile
1 parent b3939e4 commit f942270

File tree

5 files changed

+419
-7
lines changed

5 files changed

+419
-7
lines changed

integration-tests/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,13 @@
540540
</includes-failsafe>
541541
</properties>
542542
</profile>
543+
<profile>
544+
<id>openshift</id>
545+
<properties>
546+
<skipITs>false</skipITs>
547+
<groups>openshift</groups>
548+
</properties>
549+
</profile>
543550
<profile>
544551
<id>oke-cert</id>
545552
<properties>

0 commit comments

Comments
 (0)