diff --git a/internal/platform/implementation/windows/bluetooth_adapter_test.cc b/internal/platform/implementation/windows/bluetooth_adapter_test.cc index 32577ca2..b1daa9df 100644 --- a/internal/platform/implementation/windows/bluetooth_adapter_test.cc +++ b/internal/platform/implementation/windows/bluetooth_adapter_test.cc @@ -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(