mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 814164 - Disable builder run of ice_unittest r=jesup
This commit is contained in:
parent
0007c3409d
commit
f62573e4e6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user