Fix int tests (#2608)
* Rename JdbcIntegrationTest to JdbcLiveTest * Rename JdbcIntegrationTest to JdbcLiveTest * Rename JdbcIntegrationTest to JdbcLiveTest * Rename Integration tests to Live tests * Turn off benchmarks * BroadcastIntegratonTest -> BroadcastLiveTest
This commit is contained in:
committed by
GitHub
parent
bf515679fe
commit
63678ff149
@@ -7,7 +7,7 @@ import java.io.IOException;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class BroadcastIntegrationTest {
|
||||
public class BroadcastLiveTest {
|
||||
private BroadcastingClient client;
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user