Skip to content

Commit

Permalink
ignore a test to unblock 2.19 building (#3465)
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
(cherry picked from commit 4a26768)
  • Loading branch information
jngz-es authored and github-actions[bot] committed Jan 30, 2025
1 parent 4202511 commit 023c1c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.rules.ExpectedException;
import org.opensearch.client.Response;
Expand Down Expand Up @@ -201,6 +202,7 @@ public void testPredictRemoteModelFailedNonType() throws IOException, Interrupte
predictRemoteModel(modelId, predictInput);
}

@Ignore
public void testPredictRemoteModelSuccessWithModelGuardrail() throws IOException, InterruptedException {
// Skip test if key is null
if (OPENAI_KEY == null) {
Expand Down

0 comments on commit 023c1c4

Please sign in to comment.