diff --git a/AUTHORS b/AUTHORS index 7f65582102..68f95f3f49 100644 --- a/AUTHORS +++ b/AUTHORS @@ -79,3 +79,4 @@ Verizon Digital Media Services <*@verizondigitalmedia.com> ViacomCBS <*@viacomcbs.com> Vincent Valot Wayne Morgan +Raymond Cheng diff --git a/CONTRIBUTORS b/CONTRIBUTORS index de3998609b..2a15317499 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -117,3 +117,4 @@ Vignesh Venkatasubramanian Vincent Valot Wayne Morgan Yohann Connell +Raymond Cheng diff --git a/build/test.py b/build/test.py index 2781f242a0..047f40eb96 100755 --- a/build/test.py +++ b/build/test.py @@ -104,7 +104,7 @@ def _GetDefaultBrowsers(): return ['Chrome','Edge','Firefox','Safari'] if shakaBuildHelpers.is_windows() or shakaBuildHelpers.is_cygwin(): - return ['Chrome','Edge','Firefox','IE'] + return ['Chrome','Edge','Firefox'] raise Error('Unrecognized system: %s' % platform.uname()[0])