We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd6894 commit 015581eCopy full SHA for 015581e
server/src/test/java/org/elasticsearch/index/similarity/ScriptedSimilarityTests.java
@@ -152,6 +152,7 @@ public double execute(
152
dir.close();
153
}
154
155
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/128502")
156
public void testInitScript() throws IOException {
157
final AtomicBoolean initCalled = new AtomicBoolean();
158
SimilarityWeightScript.Factory weightScriptFactory = () -> {
0 commit comments