Bug 1178349 - Re-enable ice_unittest on Linux. r=drno

--HG--
extra : rebase_source : 5375d2e560a8952063dd1508a19552c22110c553
This commit is contained in:
EKR 2015-08-01 07:22:12 -07:00
Родитель 8ccbc8476f
Коммит 80bdca1457
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -2914,11 +2914,6 @@ static std::string get_environment(const char *name) {
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
g_turn_server = get_environment("TURN_SERVER_ADDRESS");
g_turn_user = get_environment("TURN_SERVER_USER");
g_turn_password = get_environment("TURN_SERVER_PASSWORD");