diff --git a/Formula/orientdb.rb b/Formula/orientdb.rb index 2f62786167..2aa732ec2c 100644 --- a/Formula/orientdb.rb +++ b/Formula/orientdb.rb @@ -33,10 +33,4 @@ class Orientdb < Formula def caveats "Use `orientdb `, `orientdb-console` and `orientdb-gremlin`." end - - test do - system "#{bin}/orientdb", "start" - system "#{bin}/orientdb status | grep PID" - system "#{bin}/orientdb", "stop" - end end