From 6e2234ce6ee4492ba65dead0329e2a24fe1a75c3 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Mon, 17 Feb 2020 23:04:25 +0100 Subject: Fix for not running tests Junit5 version lowered. 5.6.0 Junit5 has issues with maven-surefire-plugin Issue-ID: AAF-996 Signed-off-by: kjaniak Change-Id: I17489f106d42d4c0b66d8f68ef500fba2b68f261 --- .../java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'certServiceClient/src/test/java/org/onap/aaf/certservice/client') diff --git a/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java b/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java index a79095c4..e9d169a0 100644 --- a/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java +++ b/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java @@ -22,6 +22,7 @@ package org.onap.aaf.certservice.client; import org.junit.jupiter.api.Test; class CertServiceClientAppTest { + // Sonar check for this test disabled due to lack of assertion in test. // Intention of this test is to check if app runs without exiting Java. @Test -- cgit 1.2.3-korg