Skip to content

Commit

Permalink
Suppress SimpleTextCodec for VectorSimilarityQueryTestCase (apache#13010
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhaih authored Jan 15, 2024
1 parent e0daca1 commit d72686b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.apache.lucene.tests.index.RandomIndexWriter;
import org.apache.lucene.tests.util.LuceneTestCase;

@LuceneTestCase.SuppressCodecs("SimpleText")
abstract class BaseVectorSimilarityQueryTestCase<
V, F extends Field, Q extends AbstractVectorSimilarityQuery>
extends LuceneTestCase {
Expand Down

0 comments on commit d72686b

Please sign in to comment.