aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/collect/IterablesTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-tests/test/com/google/common/collect/IterablesTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/IterablesTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/guava-tests/test/com/google/common/collect/IterablesTest.java b/guava-tests/test/com/google/common/collect/IterablesTest.java
index 036cdaf09..24f3d5da7 100644
--- a/guava-tests/test/com/google/common/collect/IterablesTest.java
+++ b/guava-tests/test/com/google/common/collect/IterablesTest.java
@@ -1433,6 +1433,7 @@ public class IterablesTest extends TestCase {
}
@GwtIncompatible // reflection
+ @AndroidIncompatible // see ImmutableTableTest.testNullPointerInstance
public void testIterables_nullCheck() throws Exception {
new ClassSanityTester()
.forAllPublicStaticMethods(Iterables.class)