Skip to content

Commit 6e7cffb

Browse files
committed
fix the mistaken commented out tests
1 parent ad5c4cf commit 6e7cffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public void testDomainOnPVUsingWLST() throws Exception {
8686
try {
8787
domain = TestUtils.createDomain(DOMAINONPV_WLST_YAML);
8888
domain.verifyDomainCreated();
89-
// testBasicUseCases(domain);
90-
// TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
91-
// testAdvancedUseCasesForADomain(operator1, domain);
89+
testBasicUseCases(domain);
90+
TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
91+
testAdvancedUseCasesForADomain(operator1, domain);
9292

9393
if (!SMOKETEST) domain.testWlsLivenessProbe();
9494

0 commit comments

Comments
 (0)