Skip to content

Commit 3419b41

Browse files
committed
Re-enables CustomBlockHoundIntegrationTest
1 parent 20a7c90 commit 3419b41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegrationTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
import org.junit.jupiter.api.Assertions;
2020
import org.junit.jupiter.api.Test;
21-
import org.junit.jupiter.api.condition.DisabledForJreRange;
22-
import org.junit.jupiter.api.condition.JRE;
2321
import reactor.core.publisher.Mono;
2422
import reactor.core.scheduler.Schedulers;
2523

@@ -29,7 +27,6 @@
2927
public class CustomBlockHoundIntegrationTest {
3028

3129
@Test
32-
@DisabledForJreRange(min = JRE.JAVA_16)
3330
public void shouldThrowErrorForBlockingCallWithCustomBlockHoundIntegration() {
3431
Assertions.assertThrows(RuntimeException.class, () -> Mono.fromCallable(() -> {
3532
Thread.sleep(1);

0 commit comments

Comments
 (0)