Android tests: exclude reflection tests

This commit is contained in:
Natalia Ukhorskaya
2014-05-30 11:03:20 +04:00
parent bc2d2fc2d4
commit 57fc2c8301
@@ -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