summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7912e6630113..974142996cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -94,7 +94,7 @@ check() {
cd "fred"
# these tests use alot of memory and can cause OOM's
- rm -f test/freenet/client/async/{*Storage,ClientRequestSelector}Test.java
+ #rm -f test/freenet/client/async/{*Storage,ClientRequestSelector}Test.java
gradle test
}