Commit 91fd03a7 authored by Greg Messner's avatar Greg Messner
Browse files

Added class to IntegrationTest Category (#336).

parent f67f9f11
......@@ -12,6 +12,7 @@ import org.gitlab4j.api.utils.AccessTokenUtils;
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
......@@ -22,6 +23,7 @@ import org.junit.Test;
*
* 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
......
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