Skip to content

Commit 9dbc7e0

Browse files
committed
Merge branch 'dbcreate_42' into 'release/4.2'
For Podman run move Fmw* domain tests to sequential suite to fix DB creation issue See merge request weblogic-cloud/weblogic-kubernetes-operator!4694
2 parents 01477e6 + a39511c commit 9dbc7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* Tests to create JRF domain in persistent volume using WLST.
7070
*/
7171
@DisplayName("Verify the WebLogic server pods can run with domain created in persistent volume")
72-
@Tag("kind-parallel")
72+
@Tag("kind-sequential")
7373
@Tag("okd-fmw-cert")
7474
@IntegrationTest
7575
@Tag("olcne-sequential")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
*/
9494
@DisplayName("Test to create a FMW domain in persistent volume with new simplified feature")
9595
@IntegrationTest
96-
@Tag("kind-parallel")
96+
@Tag("kind-sequential")
9797
@Tag("oke-sequential1")
9898
@Tag("okd-fmw-cert")
9999
class ItFmwDomainOnPV {

0 commit comments

Comments
 (0)