We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a907 commit 96661beCopy full SHA for 96661be
integration-tests/src/test/java/oracle/kubernetes/operator/ItUsabilityOperatorHelmChart.java
@@ -12,6 +12,7 @@
12
import oracle.kubernetes.operator.utils.Operator;
13
import oracle.kubernetes.operator.utils.Operator.RestCertType;
14
import oracle.kubernetes.operator.utils.TestUtils;
15
+import org.junit.AfterClass;
16
import org.junit.Assume;
17
import org.junit.BeforeClass;
18
import org.junit.FixMethodOrder;
@@ -51,7 +52,7 @@ public static void staticPrepare() throws Exception {
51
52
*
53
* @throws Exception exception
54
*/
- // @AfterClass
55
+ @AfterClass
56
public static void staticUnPrepare() throws Exception {
57
if (!QUICKTEST) {
58
logger.info("+++++++++++++++++++++++++++++++++---------------------------------+");
0 commit comments