File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class ITOperator extends BaseTest {
57
57
private static boolean QUICKTEST ;
58
58
private static boolean SMOKETEST ;
59
59
private static boolean JENKINS ;
60
-
60
+
61
61
// Set QUICKTEST env var to true to run a small subset of tests.
62
62
// Set SMOKETEST env var to true to run an even smaller subset
63
63
// of tests, plus leave domain1 up and running when the test completes.
@@ -70,9 +70,6 @@ public class ITOperator extends BaseTest {
70
70
if (System .getenv ("JENKINS" ) != null ) {
71
71
JENKINS = new Boolean (System .getenv ("JENKINS" )).booleanValue ();
72
72
}
73
- if (System .getenv ("INGRESSPERDOMAIN" ) != null ) {
74
- INGRESSPERDOMAIN = new Boolean (System .getenv ("INGRESSPERDOMAIN" )).booleanValue ();
75
- }
76
73
}
77
74
78
75
/**
You can’t perform that action at this time.
0 commit comments