File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class ItMonitoringExporter extends BaseTest {
73
73
*/
74
74
@ BeforeClass
75
75
public static void staticPrepare () throws Exception {
76
- if (QUICKTEST ) {
76
+ if (! QUICKTEST ) {
77
77
initialize (APP_PROPS_FILE );
78
78
logger .info ("Checking if operator and domain are running, if not creating" );
79
79
if (operator == null ) {
@@ -798,7 +798,7 @@ public void test18_ChangeConfigEmptyPass() throws Exception {
798
798
*/
799
799
@ Test
800
800
public void test19_EndToEndViaChart () throws Exception {
801
- // Assume.assumeFalse(QUICKTEST);
801
+ Assume .assumeFalse (QUICKTEST );
802
802
String monitoringExporterEndToEndDir =
803
803
monitoringExporterDir + "/src/samples/kubernetes/end2end/" ;
804
804
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
You can’t perform that action at this time.
0 commit comments