mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Disable flaky test//third_party/nearby/fastpair/scanning:scanner_broker_impl_test
PiperOrigin-RevId: 570749393
This commit is contained in:
committed by
Copybara-Service
parent
7596c298f7
commit
264aa3829f
@@ -21,6 +21,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "absl/strings/escaping.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "fastpair/common/account_key.h"
|
||||
#include "fastpair/common/fast_pair_device.h"
|
||||
#include "fastpair/common/protocol.h"
|
||||
#include "fastpair/internal/mediums/mediums.h"
|
||||
@@ -145,7 +146,7 @@ TEST_F(ScannerBrokerImplTest, FoundDiscoverableAdvertisement) {
|
||||
scanning_session.reset();
|
||||
}
|
||||
|
||||
TEST_F(ScannerBrokerImplTest, FoundNonDiscoverableAdvertisement) {
|
||||
TEST_F(ScannerBrokerImplTest, DISABLED_FoundNonDiscoverableAdvertisement) {
|
||||
SingleThreadExecutor executor;
|
||||
FastPairDeviceRepository devices{&executor};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user