Skip to content

Commit 2d5cdcd

Browse files
committed
Removed Hooks.onErrorDropped()
1 parent d683060 commit 2d5cdcd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/src/test/java/io/scalecube/services/BaseTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@
55
import org.junit.jupiter.api.TestInfo;
66
import org.slf4j.Logger;
77
import org.slf4j.LoggerFactory;
8-
import reactor.core.publisher.Hooks;
98

109
public abstract class BaseTest {
1110

1211
protected static final Logger LOGGER = LoggerFactory.getLogger(BaseTest.class);
1312

14-
static {
15-
Hooks.onErrorDropped(
16-
throwable -> LOGGER.warn("[onErrorDropped] error: {}", throwable.toString()));
17-
}
18-
1913
@BeforeEach
2014
public final void baseSetUp(TestInfo testInfo) {
2115
LOGGER.info(

0 commit comments

Comments
 (0)