From 76fe4fa82b87b83eebeccda15a5709e69de3c227 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Mon, 24 Nov 2025 15:10:18 +0800 Subject: [PATCH] chore: test ExhortApiIT against stage backend --- .../java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java b/src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java index 5dc9060a..ed858c8a 100644 --- a/src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java +++ b/src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java @@ -61,7 +61,6 @@ import java.util.function.Function; import java.util.stream.Collectors; import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; @@ -79,12 +78,9 @@ @Tag("IntegrationTest") @ExtendWith(HelperExtension.class) @ExtendWith(MockitoExtension.class) -@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://rhda.rhcloud.com") +@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://exhort.stage.devshift.net") @SetSystemProperty(key = "TRUST_DA_SOURCE", value = "trustify-da-java-client-it") @RestoreSystemProperties -// TODO: Re-enable this integration test when https://issues.redhat.com/browse/TC-3192 is resolved -// The test is currently disabled due to backend service changes that prevent successful connections -@Disabled("Backend service unavailable - see https://issues.redhat.com/browse/TC-3192") class ExhortApiIT extends ExhortTest { private static Api api;