mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1178349 - Re-enable ice_unittest on Linux. r=drno
This commit is contained in:
parent
f4dd34bb52
commit
6a03597c4d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user