Skip to content

Commit 09c3f96

Browse files
committed
uncomment the testDomainOnPVUsingWLST
1 parent 9b311a8 commit 09c3f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static void staticUnPrepare() throws Exception {
109109
*
110110
* @throws Exception
111111
*/
112-
// @Test
112+
@Test
113113
public void testDomainOnPVUsingWLST() throws Exception {
114114
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
115115
logTestBegin(testMethodName);

0 commit comments

Comments
 (0)