# HG changeset patch
# User Stefan Behnel <stefan_ml@behnel.de>
# Date 1587500562 -7200
#      Tue Apr 21 22:22:42 2020 +0200
# Node ID 825da49cef4fa8e4e7df3ce49df3488a125a4b67
# Parent  8bd50fa5effa1ebd40403078c8527c348fd80472
Disable "test_subclassinit" test only in PyPy2, not in PyPy3.

diff --git a/tests/pypy2_bugs.txt b/tests/pypy2_bugs.txt
--- a/tests/pypy2_bugs.txt
+++ b/tests/pypy2_bugs.txt
@@ -23,3 +23,7 @@
 
 # looks like a "when does the GC run?" issue - slightly surprised it's OK on pypy3
 memoryview.numpy_memoryview
+
+# type features that are disabled in PyPy2:
+#run.test_genericclass
+run.test_subclassinit