Minor, ignore tests on typeOf without reflection on Android
Currently all Android tests are run with kotlin-reflect in the classpath, so these tests can't succeed
This commit is contained in:
@@ -42,6 +42,7 @@ public class SpecialFiles {
|
|||||||
|
|
||||||
//Test with no reflection at runtime
|
//Test with no reflection at runtime
|
||||||
excludedFiles.add("noReflectAtRuntime");
|
excludedFiles.add("noReflectAtRuntime");
|
||||||
|
excludedFiles.add("noReflect");
|
||||||
excludedFiles.add("functionNtoStringNoReflect.kt");
|
excludedFiles.add("functionNtoStringNoReflect.kt");
|
||||||
excludedFiles.add("getDelegateWithoutReflection.kt");
|
excludedFiles.add("getDelegateWithoutReflection.kt");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user