File tree Expand file tree Collapse file tree
integration-tests/src/test/java/com/datastax/oss/driver/core/cql/reactive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535import com .datastax .oss .driver .api .testinfra .ccm .CcmRule ;
3636import com .datastax .oss .driver .api .testinfra .ccm .SchemaChangeSynchronizer ;
3737import com .datastax .oss .driver .api .testinfra .session .SessionRule ;
38+ import com .datastax .oss .driver .categories .ParallelizableTests ;
3839import com .datastax .oss .driver .internal .core .cql .EmptyColumnDefinitions ;
3940import com .tngtech .java .junit .dataprovider .DataProvider ;
4041import com .tngtech .java .junit .dataprovider .DataProviderRunner ;
4748import org .junit .BeforeClass ;
4849import org .junit .ClassRule ;
4950import org .junit .Test ;
51+ import org .junit .experimental .categories .Category ;
5052import org .junit .rules .RuleChain ;
5153import org .junit .rules .TestRule ;
5254import org .junit .runner .RunWith ;
5355
5456@ RunWith (DataProviderRunner .class )
57+ @ Category (ParallelizableTests .class )
5558public class DefaultReactiveResultSetIT {
5659
5760 private static CcmRule ccmRule = CcmRule .getInstance ();
You can’t perform that action at this time.
0 commit comments