Skip to content

Commit 53acdf8

Browse files
committed
add debuging1
1 parent f04645c commit 53acdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class ItMonitoringExporter extends BaseTest {
7373
*/
7474
@BeforeClass
7575
public static void staticPrepare() throws Exception {
76-
if (QUICKTEST) {
76+
if (!QUICKTEST) {
7777
initialize(APP_PROPS_FILE);
7878
logger.info("Checking if operator and domain are running, if not creating");
7979
if (operator == null) {
@@ -798,7 +798,7 @@ public void test18_ChangeConfigEmptyPass() throws Exception {
798798
*/
799799
@Test
800800
public void test19_EndToEndViaChart() throws Exception {
801-
//Assume.assumeFalse(QUICKTEST);
801+
Assume.assumeFalse(QUICKTEST);
802802
String monitoringExporterEndToEndDir =
803803
monitoringExporterDir + "/src/samples/kubernetes/end2end/";
804804
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)