Skip to content

Commit 91fd03a

Browse files
committed
Added class to IntegrationTest Category (#336).
1 parent f67f9f1 commit 91fd03a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/gitlab4j/api/TestAccessTokenUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.junit.Before;
1313
import org.junit.BeforeClass;
1414
import org.junit.Test;
15+
import org.junit.experimental.categories.Category;
1516

1617
/**
1718
* In order for these tests to run you must set the following properties in test-gitlab4j.properties
@@ -22,6 +23,7 @@
2223
*
2324
* If any of the above are NULL, all tests in this class will be skipped.
2425
*/
26+
@Category(IntegrationTest.class)
2527
public class TestAccessTokenUtils {
2628

2729
// The following needs to be set to your test repository

0 commit comments

Comments
 (0)