Skip to content

Commit

Permalink
Re-enables CustomBlockHoundIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Dec 13, 2024
1 parent 20a7c90 commit 3419b41
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledForJreRange;
import org.junit.jupiter.api.condition.JRE;
import reactor.core.publisher.Mono;
import reactor.core.scheduler.Schedulers;

Expand All @@ -29,7 +27,6 @@
public class CustomBlockHoundIntegrationTest {

@Test
@DisabledForJreRange(min = JRE.JAVA_16)
public void shouldThrowErrorForBlockingCallWithCustomBlockHoundIntegration() {
Assertions.assertThrows(RuntimeException.class, () -> Mono.fromCallable(() -> {
Thread.sleep(1);
Expand Down

0 comments on commit 3419b41

Please sign in to comment.