From d0d13301dd2756b6b6051c482f036b60b70fea12 Mon Sep 17 00:00:00 2001 From: Philipp Bogensberger Date: Wed, 3 Dec 2014 15:06:35 +0100 Subject: [PATCH] added note in DEVELOP.rst that test will fail if their is no running network connection --- DEVELOP.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOP.rst b/DEVELOP.rst index d6f36e5b1de0..e5649aa8bcd4 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -60,6 +60,12 @@ Or if you want to test that a specific file executes correctly run:: There is also a gradle task called ``itest`` which will execute all of the above steps. +.. note:: + + To run the test your network connection should be up and running, else + some of the tests will fail. + + Building and running Crate --------------------------