File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
opengrok-web/src/test/java/org/opengrok/web/api/v1/controller Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 24
24
25
25
import org .apache .lucene .index .Term ;
26
26
import org .glassfish .jersey .test .JerseyTest ;
27
- import org .junit .AfterClass ;
28
- import org .junit .Before ;
29
- import org .junit .BeforeClass ;
30
- import org .junit .ClassRule ;
31
- import org .junit .Test ;
27
+ import org .junit .*;
32
28
import org .opengrok .suggest .Suggester ;
33
29
import org .opengrok .indexer .condition .ConditionalRun ;
34
30
import org .opengrok .indexer .condition .ConditionalRunRule ;
@@ -237,6 +233,8 @@ public void testGetSuggestionUnknownField() {
237
233
assertEquals (Response .Status .BAD_REQUEST .getStatusCode (), r .getStatus ());
238
234
}
239
235
236
+ // temporarily disabled, see https://github.com/oracle/opengrok/issues/2030
237
+ @ Ignore
240
238
@ Test
241
239
public void testGetSuggestionsMultipleProjects () {
242
240
Result res = target (SuggesterController .PATH )
You can’t perform that action at this time.
0 commit comments