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

Commit 0b80c757 authored by William Escande's avatar William Escande
Browse files

Restore property in snoop_logger_test

With sharding enabled some test were failing due to improper filtering

Test: atest bluetooth_test_gd_unit
Bug: 269535256
Change-Id: I09820b720cdef10bd7d4e4e5914c30b9c62cdc0d
parent ee7aac10
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -827,6 +827,9 @@ TEST_F(SnoopLoggerModuleTest, rfcomm_channel_filtered_sabme_ua_test) {

  test_registry.StopAll();

  ASSERT_TRUE(bluetooth::os::SetSystemProperty(
      SnoopLogger::kBtSnoopLogFilterProfileRfcommProperty, "false"));

  // Verify states after test
  ASSERT_TRUE(std::filesystem::exists(temp_snoop_log_filtered));