Fix ONOS-4503 - allow ONOS to run in offline mode with no internet connection

Change-Id: I7122800e2c485743313c5d963bc75f8dd0292452
diff --git a/tools/test/scenarios/wrapup.xml b/tools/test/scenarios/wrapup.xml
index 0a93b9a..99345e0 100644
--- a/tools/test/scenarios/wrapup.xml
+++ b/tools/test/scenarios/wrapup.xml
@@ -20,5 +20,7 @@
             <step name="Fetch-Logs-${#}" exec="onos-fetch-logs ${OC#}"
                   cwd="${WORKSPACE}/tmp/stc" requires="~^"/>
         </parallel>
+        <!-- FIXME Figure out how to handle a .m2 repo that exists before the test is run -->
+        <!-- <step name="Check-Maven-Repo" exec="ssh ${ONOS_USER}@${OC1} ls -l .m2 " env="!"/> -->
     </group>
 </scenario>