Skip to content

Commit

Permalink
test: remove the category from the base class for all integration tes…
Browse files Browse the repository at this point in the history
…ts (googleapis#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.
  • Loading branch information
olavloite committed Sep 23, 2021
1 parent 259e395 commit 55e5f9b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -18,7 +18,6 @@

import com.google.cloud.spanner.Database;
import com.google.cloud.spanner.GceTestEnvConfig;
import com.google.cloud.spanner.IntegrationTest;
import com.google.cloud.spanner.IntegrationTestEnv;
import com.google.cloud.spanner.connection.AbstractSqlScriptVerifier;
import com.google.cloud.spanner.connection.ConnectionOptions;
Expand All @@ -38,10 +37,8 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.experimental.categories.Category;

/** Base class for all JDBC integration tests. */
@Category(IntegrationTest.class)
public class ITAbstractJdbcTest {
protected class ITJdbcConnectionProvider
implements com.google.cloud.spanner.connection.AbstractSqlScriptVerifier
Expand Down

0 comments on commit 55e5f9b

Please sign in to comment.