aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava-tests/test/com/google/common/collect/ImmutableListTest.java')
-rw-r--r--android/guava-tests/test/com/google/common/collect/ImmutableListTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java b/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
index 95ae532f9..bbe638803 100644
--- a/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
+++ b/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java
@@ -462,6 +462,7 @@ public class ImmutableListTest extends TestCase {
// Basic tests
@GwtIncompatible // NullPointerTester
+ @AndroidIncompatible // see ImmutableTableTest.testNullPointerInstance
public void testNullPointers() {
NullPointerTester tester = new NullPointerTester();
tester.testAllPublicStaticMethods(ImmutableList.class);