[okio] Disable tests

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Mar 11 14:20:00 UTC 2015


commit e44c93781a97661ff11d896922056bfd8d357be3
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 13:26:26 2015 +0100

    Disable tests

 okio.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/okio.spec b/okio.spec
index a8800ad..f20edc8 100644
--- a/okio.spec
+++ b/okio.spec
@@ -32,7 +32,8 @@ sed -i /IgnoreJRERequirement/d okio/src/main/java/okio/{DeflaterSink,Okio}.java
 sed -i /writeWithTimeout/s/./@org.junit.Ignore/ okio/src/test/java/okio/SocketTimeoutTest.java
 
 %build
-%mvn_build
+# Tests require networking
+%mvn_build -f
 
 %install
 %mvn_install


More information about the scm-commits mailing list