From 8a7e803ff683b132b3036e0a8db9ae701fb79685 Mon Sep 17 00:00:00 2001 From: Ted Wang Date: Fri, 26 Apr 2024 02:31:51 +0000 Subject: [PATCH] Revert "Test that the Bluetooth Finder property is set." This reverts commit 41a33e5b1c868373b3536ff69251d518ad58327e. Reason for revert: b/324922580 Change-Id: Id2a1ab99f686ee8a3ca0af1b4604a26a864ce024 --- .../finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp | 7 ------- 1 file changed, 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 #include #include -#include #include #include #include @@ -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());