diff --git a/media/webrtc/signaling/test/signaling_unittests.cpp b/media/webrtc/signaling/test/signaling_unittests.cpp index b39de48ada87..7c7eee6195b3 100644 --- a/media/webrtc/signaling/test/signaling_unittests.cpp +++ b/media/webrtc/signaling/test/signaling_unittests.cpp @@ -2629,7 +2629,7 @@ TEST_F(SignalingAgentTest, CreateOfferSetLocalTrickleTestServer) { PR_Sleep(1000); // Give time for the message queues. // Verify that we got our candidates. - ASSERT_EQ(2U, agent(0)->MatchingCandidates(kBogusSrflxAddress)); + ASSERT_LE(2U, agent(0)->MatchingCandidates(kBogusSrflxAddress)); // Verify that the candidates appear in the offer. size_t match;