Skip to content
Snippets Groups Projects
Commit 6dba99d4 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

KOP-2139 KOP-2467 XtaClientITCase: Enable if env vars available

parent 2ddb8977
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,19 @@ import org.junit.jupiter.api.BeforeEach; ...@@ -11,13 +11,19 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
import com.google.common.io.Files; import com.google.common.io.Files;
import de.ozgcloud.xta.client.config.XtaClientConfig; import de.ozgcloud.xta.client.config.XtaClientConfig;
import lombok.SneakyThrows; import lombok.SneakyThrows;
//@Disabled @EnabledIfEnvironmentVariable(
named = "KOP_SH_KIEL_DEV_PATH",
matches = ".+",
disabledReason = "This test requires the path and password of KOP_SH_KIEL_DEV.p12."
+ "Additionally, DEV-xta-server endpoint at li33-0005.dp.dsecurecloud.de should be reachable."
)
class XtaClientITCase { class XtaClientITCase {
private XtaClient client; private XtaClient client;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment