Skip to content

Commit 1ae3784

Browse files
committed
Merge branch 'xc-120689' into 'release/4.2'
remove ItIntrospectVersion and ItKubernetesDomainEvents from crio-pipeline in release/4.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4777
2 parents 13a4c38 + 6353018 commit 1ae3784

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItIntrospectVersion.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ public static void initAll(@Namespaces(3) List<String> namespaces) {
284284
@Test
285285
@DisplayName("Test introSpectVersion starting a introspector and updating domain status")
286286
@Tag("gate")
287-
@Tag("crio")
288287
void testDomainIntrospectVersionNotRolling() {
289288
// get the pod creation time stamps
290289
Map<String, OffsetDateTime> pods = new LinkedHashMap<>();

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItKubernetesDomainEvents.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ public static void initAll(@Namespaces(6) List<String> namespaces) {
237237
@Test
238238
@DisplayName("Test domain events for various successful domain life cycle changes")
239239
@Tag("gate")
240-
@Tag("crio")
241240
void testK8SEventsSuccess() {
242241
OffsetDateTime timestamp = now();
243242
logger.info("Creating domain");

0 commit comments

Comments
 (0)