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 --------------------------