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>
(cherry picked from commit b6d6ec5)
  • Loading branch information
ryanbogan authored and github-actions[bot] committed Sep 18, 2024
1 parent d96f227 commit 1afaef3
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 1afaef3

Please sign in to comment.