From 14f78fd7813bec5eb429ed579c5a2e9c95d9aa78 Mon Sep 17 00:00:00 2001 From: Ömer Faruk Yılmaz Date: Wed, 19 Mar 2025 02:00:39 -0700 Subject: Temporarily @Ignore scanForUuid_remoteFound until investigation Bug: 404159990 Test: m com.android.bt Flag: EXEMPT test only Change-Id: I16bcee711334a9142b26df3870757fe4cd7567cf --- framework/tests/bumble/src/android/bluetooth/DckScanTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b