commit | ada457b2eb0e7e5e08750bb99d557eed319a554e | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Oct 04 19:34:21 2024 +0000 |
committer | Roshan Pius <rpius@google.com> | Fri Oct 04 22:32:34 2024 +0000 |
tree | 829c3c585108888c34c42a2707ec325087fd545e | |
parent | 87fb7871cab1788747a5dd814f9d0fa65e1290aa [diff] |
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()) {