|
@@ -111,6 +111,7 @@ public class OpenAiServiceUpgradeIT extends InferenceUpgradeTestCase {
|
|
|
}
|
|
|
|
|
|
@SuppressWarnings("unchecked")
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107887")
|
|
|
public void testOpenAiCompletions() throws IOException {
|
|
|
var openAiEmbeddingsSupported = getOldClusterTestVersion().onOrAfter(OPEN_AI_COMPLETIONS_ADDED);
|
|
|
assumeTrue("OpenAI completions service added in " + OPEN_AI_COMPLETIONS_ADDED, openAiEmbeddingsSupported);
|