@@ -134,7 +134,6 @@ public void testDeployRemoteModel() throws IOException, InterruptedException {
134
134
waitForTask (taskId , MLTaskState .COMPLETED );
135
135
}
136
136
137
- @ Ignore
138
137
public void testPredictRemoteModel () throws IOException , InterruptedException {
139
138
// Skip test if key is null
140
139
if (OPENAI_KEY == null ) {
@@ -191,7 +190,6 @@ public void testUndeployRemoteModel() throws IOException, InterruptedException {
191
190
assertTrue (responseMap .toString ().contains ("undeployed" ));
192
191
}
193
192
194
- @ Ignore
195
193
public void testOpenAIChatCompletionModel () throws IOException , InterruptedException {
196
194
// Skip test if key is null
197
195
if (OPENAI_KEY == null ) {
@@ -252,7 +250,6 @@ public void testOpenAIChatCompletionModel() throws IOException, InterruptedExcep
252
250
assertNotNull (responseMap );
253
251
}
254
252
255
- @ Ignore
256
253
public void testOpenAIEditsModel () throws IOException , InterruptedException {
257
254
// Skip test if key is null
258
255
if (OPENAI_KEY == null ) {
@@ -322,7 +319,6 @@ public void testOpenAIEditsModel() throws IOException, InterruptedException {
322
319
assertFalse (((String ) responseMap .get ("text" )).isEmpty ());
323
320
}
324
321
325
- @ Ignore
326
322
public void testOpenAIModerationsModel () throws IOException , InterruptedException {
327
323
// Skip test if key is null
328
324
if (OPENAI_KEY == null ) {
0 commit comments