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

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

Merge changes Id056390a,I2997aab5

* changes:
  gd: Fix flaky tests of LeAdvertisingManager
  LeAddressManagerTest: Set InitFlags for testing
parents 8ea4de7f 090f333d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <gtest/gtest.h>

#include "common/init_flags.h"
#include "os/log.h"
#include "packet/raw_builder.h"

@@ -271,6 +272,7 @@ TEST_F(LeAddressManagerTest, DISABLED_rotator_address_for_multiple_clients) {
class LeAddressManagerWithSingleClientTest : public LeAddressManagerTest {
 public:
  void SetUp() override {
    bluetooth::common::InitFlags::SetAllForTesting();
    thread_ = new Thread("thread", Thread::Priority::NORMAL);
    handler_ = new Handler(thread_);
    test_hci_layer_ = new TestHciLayer;
+81 −87

File changed.

Preview size limit exceeded, changes collapsed.