Skip to content

Commit 6353018

Browse files
xiancaorjeberhard
authored andcommitted
remove ItIntrospectVersion and ItKubernetesDomainEvents from crio-pipeline in release/4.2
1 parent c301a22 commit 6353018

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)