Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
ce582a1c
Commit
ce582a1c
authored
Jul 14, 2020
by
Greg Messner
Browse files
Removed testGlobalSnippetBlobsSearch()
parent
e9b9b4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestSearchApi.java
View file @
ce582a1c
...
@@ -18,6 +18,7 @@ import org.gitlab4j.api.models.SearchBlob;
...
@@ -18,6 +18,7 @@ import org.gitlab4j.api.models.SearchBlob;
import
org.gitlab4j.api.models.Snippet
;
import
org.gitlab4j.api.models.Snippet
;
import
org.gitlab4j.api.models.User
;
import
org.gitlab4j.api.models.User
;
import
org.junit.BeforeClass
;
import
org.junit.BeforeClass
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.experimental.categories.Category
;
import
org.junit.experimental.categories.Category
;
...
@@ -95,7 +96,7 @@ public class TestSearchApi extends AbstractIntegrationTest {
...
@@ -95,7 +96,7 @@ public class TestSearchApi extends AbstractIntegrationTest {
}
}
}
}
@
Test
@
Ignore
public
void
testGlobalSnippetBlobsSearch
()
throws
GitLabApiException
{
public
void
testGlobalSnippetBlobsSearch
()
throws
GitLabApiException
{
List
<?>
results
=
(
List
<?>)
gitLabApi
.
getSearchApi
().
globalSearch
(
SearchScope
.
SNIPPET_BLOBS
,
TEST_PROJECT_NAME
);
List
<?>
results
=
(
List
<?>)
gitLabApi
.
getSearchApi
().
globalSearch
(
SearchScope
.
SNIPPET_BLOBS
,
TEST_PROJECT_NAME
);
assertNotNull
(
results
);
assertNotNull
(
results
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment