diff --git a/test/test_core.py b/test/test_core.py index 2dd030198f360..636c4b14a295c 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -10053,7 +10053,7 @@ def setUp(self): # This setup will still use the native x64 Node.js in Emscripten internal use to compile code, but # runs all unit tests via qemu on the s390x big endian version of Node.js. -bigendian0 = make_run('bigendian0', cflags=['-O0'], settings={'SUPPORT_BIG_ENDIAN': 1}) +bigendian0 = make_run('bigendian0', cflags=['-O0', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1}) # TestCoreBase is just a shape for the specific subclasses, we don't test it itself del TestCoreBase # noqa