mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1007196 - Re-enable the Signaling unittests for Linux and OSX. r=ted
This commit is contained in:
parent
df5859dc66
commit
7958982e97
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user