Skip to content

Commit

Permalink
Remove ingestion from integ test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed May 8, 2024
1 parent ec060c0 commit f745d09
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ public void testTrainModel_fail_commaInDescription() throws Exception {

// Create a training index and randomly ingest data into it
createBasicKnnIndex(trainingIndexName, trainingFieldName, dimension);
int trainingDataCount = 200;
bulkIngestRandomVectors(trainingIndexName, trainingFieldName, trainingDataCount, dimension);

// Call the train API with this definition:
/*
Expand Down

0 comments on commit f745d09

Please sign in to comment.