Enable JRubyScriptTemplateTests

This commit is contained in:
Sam Brannen 2023-01-19 16:15:22 +01:00
parent 0502d18e3d
commit 1ace42f245
2 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@ package org.springframework.web.reactive.result.view.script;
import java.util.Map;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.context.ApplicationContext;
@ -37,7 +36,6 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Sebastien Deleuze
*/
@Disabled("JRuby not compatible with JDK 9 yet")
class JRubyScriptTemplateTests {
@Test

View File

@ -20,7 +20,6 @@ import java.util.Map;
import jakarta.servlet.ServletContext;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.context.ApplicationContext;
@ -41,7 +40,6 @@ import static org.mockito.Mockito.mock;
* @author Sebastien Deleuze
* @author Sam Brannen
*/
@Disabled("JRuby not compatible with JDK 9 yet")
class JRubyScriptTemplateTests {
private WebApplicationContext webAppContext = mock();