nfc: Disable flaky testDisableWhenDisabled

Bug: N/A
Change-Id: Ib2e8bb3909ef9adec6fe099db4ec379d420b6c3e
Test: TH
diff --git a/tests/instrumentation/src/com/android/nfc/NfcStateTest.java b/tests/instrumentation/src/com/android/nfc/NfcStateTest.java
index a109cc2..9bc639f 100644
--- a/tests/instrumentation/src/com/android/nfc/NfcStateTest.java
+++ b/tests/instrumentation/src/com/android/nfc/NfcStateTest.java
@@ -32,6 +32,7 @@
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -292,6 +293,7 @@
     }
 
     @Test
+    @Ignore // TODO: rpius - Fix the test since this is flaky on cuttlefish.
     public void testDisableWhenDisabled() {
         if (!mNfcSupported) return;
         if (mNfcAdapter.isEnabled()) {