Bug 814164 - Disable builder run of ice_unittest r=jesup

This commit is contained in:
Ethan Hugg 2012-11-26 09:47:18 -08:00
parent 760ee093fe
commit e3441b6e30

View File

@ -304,6 +304,11 @@ TEST_F(IceTest, TestSendReceive) {
int main(int argc, char **argv)
{
#ifdef LINUX
// This test can cause intermittent oranges on the builders on Linux
CHECK_ENVIRONMENT_FLAG("MOZ_WEBRTC_TESTS")
#endif
test_utils = new MtransportTestUtils();
NSS_NoDB_Init(nullptr);
NSS_SetDomesticPolicy();