File tree Expand file tree Collapse file tree
src/test/java/io/github/guacsec/trustifyda/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161import java .util .function .Function ;
6262import java .util .stream .Collectors ;
6363import org .junit .jupiter .api .BeforeAll ;
64+ import org .junit .jupiter .api .Disabled ;
6465import org .junit .jupiter .api .Tag ;
6566import org .junit .jupiter .api .Test ;
6667import org .junit .jupiter .api .extension .ExtendWith ;
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" )
8488class ExhortApiIT extends ExhortTest {
8589
8690 private static Api api ;
You can’t perform that action at this time.
0 commit comments