Skip to content

Commit 6c37274

Browse files
committed
Fix compile error
1 parent ffa0b92 commit 6c37274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import java.util.logging.Level;
1515

1616
import org.junit.AfterClass;
17+
import org.junit.Assume;
1718
import org.junit.BeforeClass;
1819
import org.junit.FixMethodOrder;
1920
import org.junit.Test;
@@ -74,7 +75,7 @@ public static void staticUnPrepare() throws Exception {
7475
* $(DOMAIN_HOME), $(LOG_HOME) and $(CLUSTER_NAME) in serverPod. Make sure the domain comes up
7576
* successfully.
7677
* @throws Exception when the domain crd creation fails or when updating the serverPod with variables
77-
*
78+
*
7879
*/
7980
@Test
8081
public void testPodTemplateUsingVariables() throws Exception {

0 commit comments

Comments
 (0)