Skip to content

Commit 13292ca

Browse files
authored
Disable failing test (#397)
1 parent dcc826d commit 13292ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/GroundingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import java.time.format.TextStyle;
1616
import java.util.Locale;
1717
import java.util.UUID;
18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.Test;
1920

2021
class GroundingTest {
@@ -54,6 +55,7 @@ void testRepositoriesGetAll() {
5455
}
5556

5657
@Test
58+
@Disabled("Temporary disabled because of an unresolved minor bug") // SAP/ai-sdk-java-backlog#232
5759
void testCreateDeleteCollection() {
5860
final var controller = new GroundingController();
5961

0 commit comments

Comments
 (0)