Loading android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -738,6 +738,7 @@ public class AdapterServiceTest { /** * Test: Check if obfuscated Bluetooth address stays the same after toggling Bluetooth */ @Ignore("b/265588558") @Test public void testObfuscateBluetoothAddress_PersistentBetweenToggle() { Assert.assertFalse(mAdapterService.getState() == BluetoothAdapter.STATE_ON); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/btservice/AdapterServiceTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -738,6 +738,7 @@ public class AdapterServiceTest { /** * Test: Check if obfuscated Bluetooth address stays the same after toggling Bluetooth */ @Ignore("b/265588558") @Test public void testObfuscateBluetoothAddress_PersistentBetweenToggle() { Assert.assertFalse(mAdapterService.getState() == BluetoothAdapter.STATE_ON); Loading