Skip to content

Commit a39511c

Browse files
maggiehe00rjeberhard
authored andcommitted
For Podman run move Fmw* domain tests to sequential suite to fix DB creation issue
1 parent 01477e6 commit a39511c

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)