Skip to content

Commit 5a83439

Browse files
committed
Skip test on Android
1 parent 5683b76 commit 5a83439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_external_inspection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,7 @@ class TestUnsupportedPlatformHandling(unittest.TestCase):
10021002
sys.platform in ("linux", "darwin", "win32"),
10031003
"Test only runs on unsupported platforms (not Linux, macOS, or Windows)",
10041004
)
1005+
@unittest.skipIf(sys.platform == "android", "Android raises Linux-specific exception")
10051006
def test_unsupported_platform_error(self):
10061007
with self.assertRaises(RuntimeError) as cm:
10071008
RemoteUnwinder(os.getpid())

0 commit comments

Comments
 (0)