diff --git a/test/test.py b/test/test.py index 330fde122c..b3e761ec17 100755 --- a/test/test.py +++ b/test/test.py @@ -277,6 +277,10 @@ def test_binaryen_from_source(self): if WINDOWS: # It takes over 30 mins to build binaryen using Visual Studio in CI self.skipTest('test is too slow under windows') + if MACOS: + # Our CI uses and older version of macOS which only as 14.3.1 + # TODO: Remove this if/when we update the emsdk CI. + self.skipTest('building binaryen requries xcode 15.3 because it uses std::ranges') run_emsdk(['install', '--build=Release', 'binaryen-main-64bit']) def test_no_32bit(self):