Disable reflection tests on android

This commit is contained in:
Mikhael Bogdanov
2017-04-14 10:32:52 +02:00
parent 7fe9b99087
commit a35ad64454
@@ -47,6 +47,8 @@ public class SpecialFiles {
excludedFiles.add("arrayOfKClasses.kt");
excludedFiles.add("enumKClassAnnotation.kt");
excludedFiles.add("primitivesAndArrays.kt");
excludedFiles.add("kt6485.kt");
excludedFiles.add("getDelegateWithoutReflection.kt");
// Reflection is used to check full class name
excludedFiles.add("native");