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 bcc4a49 commit 0337aa9Copy full SHA for 0337aa9
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java
@@ -10,11 +10,13 @@
10
import java.util.Optional;
11
import lombok.SneakyThrows;
12
import org.assertj.core.api.SoftAssertions;
13
+import org.junit.jupiter.api.Disabled;
14
import org.junit.jupiter.api.DisplayName;
15
import org.junit.jupiter.api.Test;
16
17
class ScenarioTest {
18
19
+ @Disabled("https://github.com/SAP/ai-sdk-java-backlog/issues/306")
20
@Test
21
@DisplayName(
22
"Declared OpenAI models must be superset of our AI Core account's available OpenAI models")
0 commit comments