Skip to content

Commit

Permalink
Removed Hooks.onErrorDropped()
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Apr 6, 2021
1 parent d683060 commit 2d5cdcd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions services/src/test/java/io/scalecube/services/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
import org.junit.jupiter.api.TestInfo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import reactor.core.publisher.Hooks;

public abstract class BaseTest {

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

static {
Hooks.onErrorDropped(
throwable -> LOGGER.warn("[onErrorDropped] error: {}", throwable.toString()));
}

@BeforeEach
public final void baseSetUp(TestInfo testInfo) {
LOGGER.info(
Expand Down

0 comments on commit 2d5cdcd

Please sign in to comment.