Skip to content

Commit be7181a

Browse files
committed
minor change
1 parent 32e48b9 commit be7181a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class ITOperator extends BaseTest {
5757
private static boolean QUICKTEST;
5858
private static boolean SMOKETEST;
5959
private static boolean JENKINS;
60-
60+
6161
// Set QUICKTEST env var to true to run a small subset of tests.
6262
// Set SMOKETEST env var to true to run an even smaller subset
6363
// of tests, plus leave domain1 up and running when the test completes.
@@ -70,9 +70,6 @@ public class ITOperator extends BaseTest {
7070
if (System.getenv("JENKINS") != null) {
7171
JENKINS = new Boolean(System.getenv("JENKINS")).booleanValue();
7272
}
73-
if (System.getenv("INGRESSPERDOMAIN") != null) {
74-
INGRESSPERDOMAIN = new Boolean(System.getenv("INGRESSPERDOMAIN")).booleanValue();
75-
}
7673
}
7774

7875
/**

0 commit comments

Comments
 (0)