Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7b91a22 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable AclManagerTest.invoke_registered_callback_le_disconnect_data_race"

parents e9225a86 7343f7dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -727,7 +727,7 @@ TEST_F(AclManagerTest, invoke_registered_callback_le_disconnect) {
  fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20));
}

TEST_F(AclManagerTest, invoke_registered_callback_le_disconnect_data_race) {
TEST_F(AclManagerTest, DISABLED_invoke_registered_callback_le_disconnect_data_race) {
  AddressWithType remote_with_type(remote, AddressType::PUBLIC_DEVICE_ADDRESS);
  test_hci_layer_->SetCommandFuture();
  acl_manager_->CreateLeConnection(remote_with_type);