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

Commit 5ea4be51 authored by David Duarte's avatar David Duarte Committed by William Escande
Browse files

GD: Skip HciLayerTest that assert or block indefinitely

Dirty-cherry because there is less test on tm-qpr-dev

Bug: 260915548
Bug: 265213364
Test: atest --host bluetooth_test_gd_unit
Merged-In: I70b94fdd9418607e08a4dc08e7a9d6ea48c1eb74
(cherry picked from commit 2567030c)
Change-Id: I88c172f6239337c7cc62c1de11575407c368d3a3
parent 6c05c2f4
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -168,11 +168,13 @@ class HciLayerTest : public ::testing::Test {

TEST_F(HciLayerTest, setup_teardown) {}

TEST_F(HciLayerTest, reset_command_sent_on_start) {
// b/260915548
TEST_F(HciLayerTest, DISABLED_reset_command_sent_on_start) {
  FailIfResetNotSent();
}

TEST_F(HciLayerTest, controller_debug_info_requested_on_hci_timeout) {
// b/260915548
TEST_F(HciLayerTest, DISABLED_controller_debug_info_requested_on_hci_timeout) {
  FailIfResetNotSent();
  FakeTimerAdvance(HciLayer::kHciTimeoutMs.count());

@@ -183,7 +185,8 @@ TEST_F(HciLayerTest, controller_debug_info_requested_on_hci_timeout) {
  ASSERT_TRUE(debug_info_view.IsValid());
}

TEST_F(HciLayerTest, abort_after_hci_restart_timeout) {
// b/260915548
TEST_F(HciLayerTest, DISABLED_abort_after_hci_restart_timeout) {
  FailIfResetNotSent();
  FakeTimerAdvance(HciLayer::kHciTimeoutMs.count());

@@ -202,7 +205,8 @@ TEST_F(HciLayerTest, abort_after_hci_restart_timeout) {
      "");
}

TEST_F(HciLayerTest, abort_on_root_inflammation_event) {
// b/260915548
TEST_F(HciLayerTest, DISABLED_abort_on_root_inflammation_event) {
  FailIfResetNotSent();

  auto payload = CreatePayload({'0'});