зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1178349 - Re-enable ice_unittest on Linux. r=drno
--HG-- extra : rebase_source : 5375d2e560a8952063dd1508a19552c22110c553
This commit is contained in:
Родитель
8ccbc8476f
Коммит
80bdca1457
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче