Skip to content

Commit f5e1699

Browse files
committed
Disable heap space test since CI isn't configured for this under regular builds
1 parent 09e3d22 commit f5e1699

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recaf-core/src/test/java/software/coley/recaf/services/inheritance/InheritanceGraphTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ void androidClassInheritsThroughRuntimeHierarchy() {
264264

265265
@Test
266266
@Timeout(5)
267+
@Disabled("The GitHub CI runner does not have enough resources to test this reliably. Sad.")
267268
void profileLargeHierarchyConstruction() {
268269
// Generate a workspace with a large number of classes in a single inheritance chain.
269270
int classCount = 200_000;

0 commit comments

Comments
 (0)