Skip to content

Commit 936e52b

Browse files
committed
Mark DateStorageTest as an integration test
1 parent eb2845c commit 936e52b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gemma-core/src/test/java/ubic/gemma/persistence/util/DateStorageTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import com.mysql.cj.jdbc.Driver;
44
import org.junit.Test;
5+
import org.junit.experimental.categories.Category;
56
import org.springframework.beans.factory.annotation.Autowired;
67
import org.springframework.beans.factory.annotation.Value;
78
import org.springframework.context.annotation.Bean;
@@ -14,6 +15,7 @@
1415
import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
1516
import ubic.gemma.core.config.SettingsConfig;
1617
import ubic.gemma.core.context.TestComponent;
18+
import ubic.gemma.core.util.test.category.IntegrationTest;
1719

1820
import javax.sql.DataSource;
1921
import java.sql.SQLException;
@@ -24,6 +26,7 @@
2426

2527
import static org.junit.Assert.assertEquals;
2628

29+
@Category(IntegrationTest.class)
2730
@ContextConfiguration
2831
public class DateStorageTest extends AbstractJUnit4SpringContextTests {
2932

0 commit comments

Comments
 (0)