Skip to content

Commit

Permalink
Added class to IntegrationTest Category (#336).
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed May 2, 2019
1 parent f67f9f1 commit 91fd03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/gitlab4j/api/TestAccessTokenUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.experimental.categories.Category;

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

// The following needs to be set to your test repository
Expand Down

0 comments on commit 91fd03a

Please sign in to comment.