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 d42e46c commit cea022dCopy full SHA for cea022d
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/GroundingTest.java
@@ -16,7 +16,6 @@
16
import java.time.format.TextStyle;
17
import java.util.Locale;
18
import java.util.UUID;
19
-import org.junit.jupiter.api.Disabled;
20
import org.junit.jupiter.api.Test;
21
22
class GroundingTest {
@@ -52,7 +51,6 @@ void testRepositoriesGetAll() {
52
51
}
53
54
@Test
55
- @Disabled("Temporary disabled because of an unresolved minor bug") // SAP/ai-sdk-java-backlog#232
56
void testCreateDeleteCollection() {
57
final var controller = new GroundingController();
58
0 commit comments