Skip to content

Commit 6d086b3

Browse files
authored
Remove custom test temporary directory for OOM tests (#285)
1 parent ab8551b commit 6d086b3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

neoform/src/functionalTest/groovy/net/neoforged/gradle/neoform/FunctionalTests.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,4 @@ class FunctionalTests extends BuilderBasedTestSpecification {
127127
secondRun.task(':compileJava').outcome == TaskOutcome.FROM_CACHE
128128
secondRun.task(':neoFormRecompile').outcome == TaskOutcome.FROM_CACHE
129129
}
130-
131-
@Override
132-
protected File getTestTempDirectory() {
133-
return new File("./decomp_oom")
134-
}
135-
136130
}

0 commit comments

Comments
 (0)