Do not encourage ignoring test failures
Change-Id: I016d06b7c5403a546c6cd66db9b0c50b210869f7
diff --git a/README.md b/README.md
index e86b45c..a1a8a9c 100644
--- a/README.md
+++ b/README.md
@@ -55,11 +55,6 @@
</pre>
The jar file is located in the ```target/``` folder.
-If there are errors regarding tests, please skip them.
-<pre>
-mvn clean package -DskipTests=true
-</pre>
-
## Customizing Kustvakt configuration
Copy the default Kustvakt configuration file (e.g. ```full/src/main/resources/kustvakt.conf``` or ```lite/src/main/resources/kustvakt-lite.conf```), to the same folder as the Kustvakt jar files (```/target```). Please do not change the name of the configuration file.