Add a reference to KT-18833 in JDK 9 ignored tests

This commit is contained in:
Sebastien Deleuze 2017-08-14 11:47:08 +02:00
parent 0bdd246763
commit f57e5584af
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ import static org.junit.Assert.*;
*
* @author Sebastien Deleuze
*/
@Ignore // for JDK 9 compatibility
@Ignore // for JDK 9 compatibility, see KT-18833
public class KotlinScriptTemplateTests {
@Test

View File

@ -42,7 +42,7 @@ import static org.mockito.Mockito.*;
*
* @author Sebastien Deleuze
*/
@Ignore // for JDK 9 compatibility
@Ignore // for JDK 9 compatibility, see KT-18833
public class KotlinScriptTemplateTests {
private WebApplicationContext webAppContext;