mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Ignore Blockhound tests on Java 19
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ import static org.assertj.core.api.Assertions.assertThatThrownBy;
|
||||
* @author Sam Brannen
|
||||
* @since 5.2.4
|
||||
*/
|
||||
@DisabledOnJre(JRE.JAVA_18) // BlockHound is not compatible with JDK 18 yet
|
||||
@DisabledOnJre(value= {JRE.JAVA_18, JRE.JAVA_19}, disabledReason = "BlockHound is not compatible with Java 18+")
|
||||
class SpringCoreBlockHoundIntegrationTests {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user