Skip to content

Commit

Permalink
temporarily disable testGetSuggestionsMultipleProjects (#2573)
Browse files Browse the repository at this point in the history
see #2268
  • Loading branch information
Vladimir Kotal committed Dec 3, 2018
1 parent e252cac commit f41b5b3
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@

import org.apache.lucene.index.Term;
import org.glassfish.jersey.test.JerseyTest;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.junit.*;
import org.opengrok.suggest.Suggester;
import org.opengrok.indexer.condition.ConditionalRun;
import org.opengrok.indexer.condition.ConditionalRunRule;
Expand Down Expand Up @@ -237,6 +233,8 @@ public void testGetSuggestionUnknownField() {
assertEquals(Response.Status.BAD_REQUEST.getStatusCode(), r.getStatus());
}

// temporarily disabled, see https://github.com/oracle/opengrok/issues/2030
@Ignore
@Test
public void testGetSuggestionsMultipleProjects() {
Result res = target(SuggesterController.PATH)
Expand Down

0 comments on commit f41b5b3

Please sign in to comment.