Skip to content

Commit 55e5f9b

Browse files
authored
test: remove the category from the base class for all integration tests (#616)
Removes the category from the base class for all integration tests so they are not excluded from multiple builds, as the result is that both the category of the base class as well as the concrete class are applied.
1 parent 259e395 commit 55e5f9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/com/google/cloud/spanner/jdbc/ITAbstractJdbcTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.cloud.spanner.Database;
2020
import com.google.cloud.spanner.GceTestEnvConfig;
21-
import com.google.cloud.spanner.IntegrationTest;
2221
import com.google.cloud.spanner.IntegrationTestEnv;
2322
import com.google.cloud.spanner.connection.AbstractSqlScriptVerifier;
2423
import com.google.cloud.spanner.connection.ConnectionOptions;
@@ -38,10 +37,8 @@
3837
import org.junit.Before;
3938
import org.junit.BeforeClass;
4039
import org.junit.ClassRule;
41-
import org.junit.experimental.categories.Category;
4240

4341
/** Base class for all JDBC integration tests. */
44-
@Category(IntegrationTest.class)
4542
public class ITAbstractJdbcTest {
4643
protected class ITJdbcConnectionProvider
4744
implements com.google.cloud.spanner.connection.AbstractSqlScriptVerifier

0 commit comments

Comments
 (0)