Skip to content

Commit

Permalink
Merge branch 'xc-120689' into 'release/4.2'
Browse files Browse the repository at this point in the history
remove ItIntrospectVersion and ItKubernetesDomainEvents from crio-pipeline in release/4.2

See merge request weblogic-cloud/weblogic-kubernetes-operator!4777
rjeberhard committed Aug 15, 2024
2 parents 13a4c38 + 6353018 commit 1ae3784
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -284,7 +284,6 @@ public static void initAll(@Namespaces(3) List<String> namespaces) {
@Test
@DisplayName("Test introSpectVersion starting a introspector and updating domain status")
@Tag("gate")
@Tag("crio")
void testDomainIntrospectVersionNotRolling() {
// get the pod creation time stamps
Map<String, OffsetDateTime> pods = new LinkedHashMap<>();
Original file line number Diff line number Diff line change
@@ -237,7 +237,6 @@ public static void initAll(@Namespaces(6) List<String> namespaces) {
@Test
@DisplayName("Test domain events for various successful domain life cycle changes")
@Tag("gate")
@Tag("crio")
void testK8SEventsSuccess() {
OffsetDateTime timestamp = now();
logger.info("Creating domain");

0 comments on commit 1ae3784

Please sign in to comment.