Disabled several tests on android
This commit is contained in:
@@ -89,8 +89,10 @@ public class SpecialFiles {
|
||||
excludedFiles.add("functionNtoStringNoReflect.kt"); // disabled cause test executed with reflection
|
||||
|
||||
excludedFiles.add("nestedClasses.kt"); // additional nested class in 'Thread' class on Android
|
||||
excludedFiles.add("kt12200Const.kt"); // no 'modifiers' field in 'java.lang.reflect.Field' class
|
||||
|
||||
//excludedFiles.add("simpleThrow.kt"); // jack and jill fail
|
||||
excludedFiles.add("closureOfInnerLocalClass.kt"); // KT-8120
|
||||
excludedFiles.add("closureWithSelfInstantiation.kt"); // KT-8120
|
||||
}
|
||||
|
||||
private SpecialFiles() {
|
||||
|
||||
Reference in New Issue
Block a user