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 ffa0b92 commit 6c37274Copy full SHA for 6c37274
integration-tests/src/test/java/oracle/kubernetes/operator/ItPodTemplates.java
@@ -14,6 +14,7 @@
14
import java.util.logging.Level;
15
16
import org.junit.AfterClass;
17
+import org.junit.Assume;
18
import org.junit.BeforeClass;
19
import org.junit.FixMethodOrder;
20
import org.junit.Test;
@@ -74,7 +75,7 @@ public static void staticUnPrepare() throws Exception {
74
75
* $(DOMAIN_HOME), $(LOG_HOME) and $(CLUSTER_NAME) in serverPod. Make sure the domain comes up
76
* successfully.
77
* @throws Exception when the domain crd creation fails or when updating the serverPod with variables
- *
78
+ *
79
*/
80
@Test
81
public void testPodTemplateUsingVariables() throws Exception {
0 commit comments