Skip to content

Commit 409fbf5

Browse files
committed
[BEAM-12733] Sickbay RecommendationAIPredictIT.predict
1 parent 7b6df79 commit 409fbf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdks/java/extensions/ml/src/test/java/org/apache/beam/sdk/extensions/ml/RecommendationAIPredictIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import org.apache.beam.sdk.transforms.Create;
3131
import org.apache.beam.sdk.transforms.SerializableFunction;
3232
import org.apache.beam.sdk.values.PCollectionTuple;
33+
import org.junit.Ignore;
3334
import org.junit.Rule;
3435
import org.junit.Test;
3536
import org.junit.runner.RunWith;
@@ -44,6 +45,7 @@ public static GenericJson getUserEvent() {
4445
return new GenericJson().set("eventType", "home-page-view").set("userInfo", userInfo);
4546
}
4647

48+
@Ignore("https://issues.apache.org/jira/browse/BEAM-12733")
4749
@Test
4850
public void predict() {
4951
String projectId = testPipeline.getOptions().as(GcpOptions.class).getProject();

0 commit comments

Comments
 (0)