Commit ce582a1c authored by Greg Messner's avatar Greg Messner
Browse files

Removed testGlobalSnippetBlobsSearch()

parent e9b9b4c1
......@@ -18,6 +18,7 @@ import org.gitlab4j.api.models.SearchBlob;
import org.gitlab4j.api.models.Snippet;
import org.gitlab4j.api.models.User;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
......@@ -95,7 +96,7 @@ public class TestSearchApi extends AbstractIntegrationTest {
}
}
@Test
@Ignore
public void testGlobalSnippetBlobsSearch() throws GitLabApiException {
List<?> results = (List<?>) gitLabApi.getSearchApi().globalSearch(SearchScope.SNIPPET_BLOBS, TEST_PROJECT_NAME);
assertNotNull(results);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment