diff options
author | 2025-03-19 11:19:33 -0700 | |
---|---|---|
committer | 2025-03-19 11:19:33 -0700 | |
commit | 3d3cb7a2afaadc3e0ecadd3fe6e78b7a3e172276 (patch) | |
tree | 50ad45bd93d8964f9f4a99cc1cbd9e388b5493db | |
parent | 497e4b008518c0e082a8a7df90287d742cfb2f02 (diff) | |
parent | 14f78fd7813bec5eb429ed579c5a2e9c95d9aa78 (diff) |
Merge "Temporarily @Ignore scanForUuid_remoteFound until investigation" into main
-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 |