Skip to content

Commit 96661be

Browse files
committed
fixed the tests1
1 parent 1d7a907 commit 96661be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import oracle.kubernetes.operator.utils.Operator;
1313
import oracle.kubernetes.operator.utils.Operator.RestCertType;
1414
import oracle.kubernetes.operator.utils.TestUtils;
15+
import org.junit.AfterClass;
1516
import org.junit.Assume;
1617
import org.junit.BeforeClass;
1718
import org.junit.FixMethodOrder;
@@ -51,7 +52,7 @@ public static void staticPrepare() throws Exception {
5152
*
5253
* @throws Exception exception
5354
*/
54-
// @AfterClass
55+
@AfterClass
5556
public static void staticUnPrepare() throws Exception {
5657
if (!QUICKTEST) {
5758
logger.info("+++++++++++++++++++++++++++++++++---------------------------------+");

0 commit comments

Comments
 (0)