Add a reference to KT-18833 in JDK 9 ignored tests
This commit is contained in:
parent
0bdd246763
commit
f57e5584af
|
|
@ -39,7 +39,7 @@ import static org.junit.Assert.*;
|
||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
*/
|
*/
|
||||||
@Ignore // for JDK 9 compatibility
|
@Ignore // for JDK 9 compatibility, see KT-18833
|
||||||
public class KotlinScriptTemplateTests {
|
public class KotlinScriptTemplateTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ import static org.mockito.Mockito.*;
|
||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
*/
|
*/
|
||||||
@Ignore // for JDK 9 compatibility
|
@Ignore // for JDK 9 compatibility, see KT-18833
|
||||||
public class KotlinScriptTemplateTests {
|
public class KotlinScriptTemplateTests {
|
||||||
|
|
||||||
private WebApplicationContext webAppContext;
|
private WebApplicationContext webAppContext;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue