diff --git a/Lib/test/test_netrc.py b/Lib/test/test_netrc.py index 9d720f627102e3..41d4471d1b465c 100644 --- a/Lib/test/test_netrc.py +++ b/Lib/test/test_netrc.py @@ -273,6 +273,7 @@ def test_security_on_WASI(self): @unittest.skipUnless(os.name == 'posix', 'POSIX only test') @unittest.skipUnless(hasattr(os, 'getuid'), "os.getuid is required") + @unittest.skipIf(support.is_emscripten, "Doesn't work") @os_helper.skip_unless_working_chmod def test_security(self): # This test is incomplete since we are normally not run as root and