File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
operator/src/test/java/oracle/kubernetes Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ private static Boolean checkKubernetes() {
38
38
PrintStream savedOut = System .out ;
39
39
System .setOut (new PrintStream (new ByteArrayOutputStream ()));
40
40
try {
41
- CommandLine cmdLine = CommandLine .parse ("kubectl cluster-info" );
41
+ CommandLine cmdLine = CommandLine .parse ("kubectl cluster-info dump " );
42
42
DefaultExecutor executor = new DefaultExecutor ();
43
43
executor .execute (cmdLine );
44
44
return true ;
Original file line number Diff line number Diff line change 117
117
<id >integration-tests</id >
118
118
<properties >
119
119
<src-integration-test >${project.basedir} /src/integration-test/java</src-integration-test >
120
- <skip .unit.tests>true</skip .unit.tests>
121
120
</properties >
122
121
<build >
123
122
<plugins >
You can’t perform that action at this time.
0 commit comments