Android tests: exclude reflection tests
This commit is contained in:
@@ -68,6 +68,11 @@ public class SpecialFiles {
|
||||
excludedFiles.add("packageQualifiedMethod.kt"); // Cannot change package name
|
||||
excludedFiles.add("classObjectToString.kt"); // Cannot change package name
|
||||
|
||||
/* Reflection tests with full-qualified names*/
|
||||
excludedFiles.add("insideLambda");
|
||||
excludedFiles.add("lambda");
|
||||
excludedFiles.add("kt5112.kt");
|
||||
|
||||
excludedFiles.add("kt326.kt"); // Commented
|
||||
excludedFiles.add("kt1213.kt"); // Commented
|
||||
|
||||
|
||||
Reference in New Issue
Block a user