summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Wang <tedwang@google.com>2024-04-26 02:31:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-26 02:31:51 +0000
commit8a7e803ff683b132b3036e0a8db9ae701fb79685 (patch)
tree91fc5abcee485df558f800e250664a164aaf47f6
parent41a33e5b1c868373b3536ff69251d518ad58327e (diff)
downloadinterfaces-8a7e803ff683b132b3036e0a8db9ae701fb79685.tar.gz
Revert "Test that the Bluetooth Finder property is set."
This reverts commit 41a33e5b1c868373b3536ff69251d518ad58327e. Reason for revert: b/324922580 Change-Id: Id2a1ab99f686ee8a3ca0af1b4604a26a864ce024
-rw-r--r--bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp b/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
index fee9e24200..be07a7db24 100644
--- a/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
+++ b/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
@@ -18,7 +18,6 @@
#include <aidl/Vintf.h>
#include <aidl/android/hardware/bluetooth/finder/IBluetoothFinder.h>
#include <android-base/logging.h>
-#include <android-base/properties.h>
#include <android/binder_manager.h>
#include <android/binder_process.h>
#include <binder/IServiceManager.h>
@@ -72,12 +71,6 @@ ScopedAStatus BluetoothFinderTest::getPoweredOffFinderMode(bool* status) {
return bluetooth_finder->getPoweredOffFinderMode(status);
}
-TEST_P(BluetoothFinderTest, PropertyIsSet) {
- ASSERT_EQ(
- android::base::GetProperty("ro.bluetooth.finder.supported", "false"),
- "true");
-}
-
TEST_P(BluetoothFinderTest, SendEidsSingle) {
ScopedAStatus status = sendEids(1);
ASSERT_TRUE(status.isOk());