diff options
author | 2025-03-19 02:00:39 -0700 | |
---|---|---|
committer | 2025-03-19 02:01:27 -0700 | |
commit | 14f78fd7813bec5eb429ed579c5a2e9c95d9aa78 (patch) | |
tree | 1a0eb5ada70297a54a070ae9f7010fbe36674cdc | |
parent | d457d788be608640e9bc4270b8687fd9eff25933 (diff) |
Temporarily @Ignore scanForUuid_remoteFound until investigation
Bug: 404159990
Test: m com.android.bt
Flag: EXEMPT test only
Change-Id: I16bcee711334a9142b26df3870757fe4cd7567cf
-rw-r--r-- | framework/tests/bumble/src/android/bluetooth/DckScanTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/tests/bumble/src/android/bluetooth/DckScanTest.kt b/framework/tests/bumble/src/android/bluetooth/DckScanTest.kt index 8660a4076b..845862b71a 100644 --- a/framework/tests/bumble/src/android/bluetooth/DckScanTest.kt +++ b/framework/tests/bumble/src/android/bluetooth/DckScanTest.kt @@ -32,6 +32,7 @@ import kotlinx.coroutines.flow.first import kotlinx.coroutines.runBlocking import kotlinx.coroutines.withTimeout import org.junit.Assume.assumeTrue +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -99,6 +100,7 @@ class DckScanTest( } @Test + @Ignore("b/404159990") fun scanForUuid_remoteFound() { // Assume isRemoteAdvertisingWithUuid is true to skip tests in which // device is not advertising with UUID |