Bug 1007196 - Re-enable the Signaling unittests for Linux and OSX. r=ted

This commit is contained in:
Ethan Hugg 2014-05-07 13:04:34 -07:00
parent df5859dc66
commit 7958982e97

View File

@ -3968,8 +3968,10 @@ static int gtest_main(int argc, char **argv) {
int main(int argc, char **argv) {
// This test can cause intermittent oranges on the builders
#ifdef ANDROID
// Bug 1007196 - This test currently broken on Android
CHECK_ENVIRONMENT_FLAG("MOZ_WEBRTC_TESTS")
#endif
if (isatty(STDOUT_FILENO) && is_color_terminal(getenv("TERM"))) {
std::string ansiMagenta = "\x1b[35m";