We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc826d commit 13292caCopy full SHA for 13292ca
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/GroundingTest.java
@@ -15,6 +15,7 @@
15
import java.time.format.TextStyle;
16
import java.util.Locale;
17
import java.util.UUID;
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
21
class GroundingTest {
@@ -54,6 +55,7 @@ void testRepositoriesGetAll() {
54
55
}
56
57
@Test
58
+ @Disabled("Temporary disabled because of an unresolved minor bug") // SAP/ai-sdk-java-backlog#232
59
void testCreateDeleteCollection() {
60
final var controller = new GroundingController();
61
0 commit comments