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 0d54069 commit b3a716bCopy full SHA for b3a716b
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java
@@ -10,12 +10,14 @@
10
import lombok.SneakyThrows;
11
import org.junit.jupiter.api.DisplayName;
12
import org.junit.jupiter.api.Test;
13
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
14
15
class ScenarioTest {
16
17
@Test
18
@DisplayName("Declared OpenAI models must match AI Core's available OpenAI models")
19
@SneakyThrows
20
+ @DisabledIfSystemProperty(named = "aicore.landscape", matches = "canary")
21
void openAiModelAvailability() {
22
23
// Gather AI Core's list of available OpenAI models
0 commit comments