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.
2 parents 142c486 + ca20911 commit 6d5300aCopy full SHA for 6d5300a
opengrok-indexer/src/test/java/org/opengrok/indexer/search/SearchEngineTest.java
@@ -165,6 +165,7 @@ public void testGetQuery() throws Exception {
165
instance.getQuery());
166
}
167
168
+ /* see https://github.com/oracle/opengrok/issues/2030
169
@Test
170
public void testSearch() {
171
List<Hit> hits = new ArrayList<>();
@@ -292,4 +293,5 @@ public void testSearch() {
292
293
assertEquals(1, instance.search());
294
instance.destroy();
295
296
+ */
297
0 commit comments