Skip to content

Commit

Permalink
Resolve unit test failed for discovery_zeroconf
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhenbao committed Jun 24, 2024
1 parent ae2243a commit 02a82bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,10 @@ TEST_F(DiscoveryZeroconfWatcherTestSuite, BrowseServicesFailed1) {

celix_status_t status = discoveryZeroconfWatcher_create(ctx.get(), logHelper.get(), &watcher);
EXPECT_EQ(CELIX_SUCCESS, status);
auto rsaTrkId = TrackRsaService(watcher);

auto timeOut = CheckMsgWithTimeOutInS(30);
EXPECT_FALSE(timeOut);

celix_bundleContext_stopTracker(ctx.get(), rsaTrkId);
discoveryZeroconfWatcher_destroy(watcher);
}

Expand Down

0 comments on commit 02a82bf

Please sign in to comment.