Skip to content

Commit 0f19b85

Browse files
committed
chore: temporary disable the ExhortApiIT until TC-3192 is resolved
1 parent 80bb7cf commit 0f19b85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
import java.util.function.Function;
6262
import java.util.stream.Collectors;
6363
import org.junit.jupiter.api.BeforeAll;
64+
import org.junit.jupiter.api.Disabled;
6465
import org.junit.jupiter.api.Tag;
6566
import org.junit.jupiter.api.Test;
6667
import org.junit.jupiter.api.extension.ExtendWith;
@@ -81,6 +82,9 @@
8182
@SetSystemProperty(key = "TRUST_DA_SOURCE", value = "trustify-da-java-client-it")
8283
@SetSystemProperty(key = "TRUSTIFY_DA_DEV_MODE", value = "false")
8384
@RestoreSystemProperties
85+
// TODO: Re-enable this integration test when https://issues.redhat.com/browse/TC-3192 is resolved
86+
// The test is currently disabled due to backend service changes that prevent successful connections
87+
@Disabled("Backend service unavailable - see https://issues.redhat.com/browse/TC-3192")
8488
class ExhortApiIT extends ExhortTest {
8589

8690
private static Api api;

0 commit comments

Comments
 (0)