mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Delete test that tests behavior when std::string_view is constructed from nullptr
PiperOrigin-RevId: 797045149
This commit is contained in:
@@ -77,16 +77,6 @@ TEST(BluetoothAdapter, DISABLED_SetNameWithEmptyStringSetsOriginalName) {
|
||||
EXPECT_EQ(bluetooth_adapter.GetName(), original_name);
|
||||
}
|
||||
|
||||
TEST(BluetoothAdapter, DISABLED_SetNameWithNullPtrSetsOriginalName) {
|
||||
BluetoothAdapter bluetooth_adapter;
|
||||
auto original_name = bluetooth_adapter.GetName();
|
||||
|
||||
bluetooth_adapter.SetName(nullptr,
|
||||
/* persist= */ false);
|
||||
|
||||
EXPECT_EQ(bluetooth_adapter.GetName(), original_name);
|
||||
}
|
||||
|
||||
TEST(BluetoothAdapter, DISABLED_SetStatus) {
|
||||
BluetoothAdapter bluetooth_adapter;
|
||||
EXPECT_TRUE(
|
||||
|
||||
Reference in New Issue
Block a user