We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e3d22 commit f5e1699Copy full SHA for f5e1699
1 file changed
recaf-core/src/test/java/software/coley/recaf/services/inheritance/InheritanceGraphTest.java
@@ -264,6 +264,7 @@ void androidClassInheritsThroughRuntimeHierarchy() {
264
265
@Test
266
@Timeout(5)
267
+ @Disabled("The GitHub CI runner does not have enough resources to test this reliably. Sad.")
268
void profileLargeHierarchyConstruction() {
269
// Generate a workspace with a large number of classes in a single inheritance chain.
270
int classCount = 200_000;
0 commit comments