We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67f9f1 commit 91fd03aCopy full SHA for 91fd03a
src/test/java/org/gitlab4j/api/TestAccessTokenUtils.java
@@ -12,6 +12,7 @@
12
import org.junit.Before;
13
import org.junit.BeforeClass;
14
import org.junit.Test;
15
+import org.junit.experimental.categories.Category;
16
17
/**
18
* In order for these tests to run you must set the following properties in test-gitlab4j.properties
@@ -22,6 +23,7 @@
22
23
*
24
* If any of the above are NULL, all tests in this class will be skipped.
25
*/
26
+@Category(IntegrationTest.class)
27
public class TestAccessTokenUtils {
28
29
// The following needs to be set to your test repository
0 commit comments