mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Disable flaky test //third_party/nearby/fastpair/internal:fast_pair_seeker_impl_test
PiperOrigin-RevId: 590018163
This commit is contained in:
committed by
Copybara-Service
parent
dde1588871
commit
0e7fc8d429
@@ -135,7 +135,7 @@ TEST_F(FastPairSeekerImplTest, StartAndStopFastPairScan) {
|
||||
EXPECT_OK(fast_pair_seeker_->StopFastPairScan());
|
||||
}
|
||||
|
||||
TEST_F(FastPairSeekerImplTest, DiscoverDevice) {
|
||||
TEST_F(FastPairSeekerImplTest, DISABLED_DiscoverDevice) {
|
||||
FakeProvider provider;
|
||||
CountDownLatch latch(1);
|
||||
fast_pair_seeker_ = std::make_unique<FastPairSeekerImpl>(
|
||||
|
||||
Reference in New Issue
Block a user