Skip to content

Commit 17ef802

Browse files
committed
Remove the celebrity model test
1 parent 2687bd8 commit 17ef802

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/src/test/java/clarifai2/integration_tests/VariousModelsIntTests.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ public class VariousModelsIntTests extends BaseIntTest {
102102
assertNotEquals(0, detection.ageAppearances());
103103
}
104104

105-
@Test public void shouldBeCorrectForFaceConceptsModel() {
106-
ClarifaiResponse<List<ClarifaiOutput<Detection>>> response = client.getDefaultModels().celebrityModel()
107-
.predict()
108-
.withInputs(ClarifaiInput.forImage(CELEBRITY_IMAGE_URL)).executeSync();
109-
assertSuccess(response);
110-
assertNotNull(response.get().get(0).data().get(0));
111-
}
112-
113105
@Test public void shouldBeCorrectForColorModel() {
114106
ClarifaiResponse<List<ClarifaiOutput<Color>>> response = client.getDefaultModels().colorModel().predict()
115107
.withInputs(ClarifaiInput.forImage(LOGO_IMAGE_URL)).executeSync();

0 commit comments

Comments
 (0)