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 aa53d9c commit 64462aaCopy full SHA for 64462aa
integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java
@@ -51,7 +51,7 @@ public class BaseTest {
51
public static boolean SMOKETEST;
52
public static boolean JENKINS;
53
public static boolean INGRESSPERDOMAIN = true;
54
-
+
55
private static String resultRoot = "";
56
private static String pvRoot = "";
57
private static String resultDir = "";
@@ -75,7 +75,7 @@ public class BaseTest {
75
SMOKETEST =
76
System.getenv("SMOKETEST") != null && System.getenv("SMOKETEST").equalsIgnoreCase("true");
77
if (SMOKETEST) {
78
- QUICKTEST = true;
+ QUICKTEST = true;
79
}
80
if (System.getenv("JENKINS") != null) {
81
JENKINS = new Boolean(System.getenv("JENKINS")).booleanValue();
0 commit comments