Build time optimization (#1553)
* Add integration tests * Optimize build
This commit is contained in:
committed by
GitHub
parent
4b98413c4a
commit
760692b8eb
@@ -14,7 +14,7 @@ import java.util.stream.IntStream;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class RxJavaBackpressureTest {
|
||||
public class RxJavaBackpressureLongRunningUnitTest {
|
||||
|
||||
@Test
|
||||
public void givenColdObservable_shouldNotThrowException() {
|
||||
Reference in New Issue
Block a user