summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tkinter
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tkinter')
-rw-r--r--Lib/test/test_tkinter/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tkinter/__init__.py b/Lib/test/test_tkinter/__init__.py
index b1181bc..aa196c1 100644
--- a/Lib/test/test_tkinter/__init__.py
+++ b/Lib/test/test_tkinter/__init__.py
@@ -10,6 +10,7 @@ from test.support import (
if check_sanitizer(address=True, memory=True):
+ # See gh-90791 for details
raise unittest.SkipTest("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds")
# Skip test if _tkinter wasn't built.