shubhamvishu commented on issue #13447:
URL: https://github.com/apache/lucene/issues/13447#issuecomment-3523780148
@msokolov We disabled this on those tests(related to hnsw graph creation and
failing) in the PR for this same reason.
> Is there an easy way to opt out of this when testing?
We disabled this for those tests by disabling on the codec they are using.
Example :
```
new IndexWriterConfig()
.setCodec(
TestUtil.alwaysKnnVectorsFormat(
new Lucene99HnswVectorsFormat(DEFAULT_MAX_CONN,
DEFAULT_BEAM_WIDTH, 0)));
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]