Skip to content

Commit ca20911

Browse files
author
Vladimir Kotal
committed
disable testSearch() because of intermittent failures (#2030)
1 parent a66fe27 commit ca20911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/org/opensolaris/opengrok/search/SearchEngineTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public void testGetQuery() throws Exception {
165165
instance.getQuery());
166166
}
167167

168+
/* see https://github.com/oracle/opengrok/issues/2030
168169
@Test
169170
public void testSearch() {
170171
List<Hit> hits = new ArrayList<>();
@@ -292,4 +293,5 @@ public void testSearch() {
292293
assertEquals(1, instance.search());
293294
instance.destroy();
294295
}
296+
*/
295297
}

0 commit comments

Comments
 (0)