Skip to content

Commit

Permalink
Remove outdated comment in integration tests (#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan committed Sep 18, 2024
1 parent 004fcc0 commit b6d6ec5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ public void testTraining_whenInvalid_thenFail() {
expectThrows(ResponseException.class, () -> trainModel(modelId, builder2));
}

// Training isnt currently supported for mode and compression because quantization framework does not quantize
// the training vectors. So, commenting out for now.
@SneakyThrows
public void testTraining_whenValid_thenSucceed() {
setupTrainingIndex();
Expand Down

0 comments on commit b6d6ec5

Please sign in to comment.