From 6cc86459acccc915cb3dd4c9700dd5b64aef50c2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 16 Nov 2017 13:10:41 -0500 Subject: CI: Change the soledad test to run before webapp It is more useful to check to see if Soledad is running before running the webapp tests that require soledad to be running. --- tests/server-tests/white-box/webapp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/server-tests/white-box/webapp.rb b/tests/server-tests/white-box/webapp.rb index b1ceddb1..b0285e2e 100644 --- a/tests/server-tests/white-box/webapp.rb +++ b/tests/server-tests/white-box/webapp.rb @@ -4,6 +4,7 @@ require 'json' class Webapp < LeapTest depends_on "Network" + depends_on "Soledad" def setup end -- cgit v1.2.3