summaryrefslogtreecommitdiff
path: root/TESTING
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 10:25:16 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-01-02 10:25:16 +0000
commit653bba3cd6bd73876319f0d9f0b61208b46fef53 (patch)
treea00e1c39a265715d1891bd5cb79e0a300c834c73 /TESTING
parente540c58b6e14f235a5aee4fedc22d07ec52cccbf (diff)
downloadgitano-653bba3cd6bd73876319f0d9f0b61208b46fef53.tar.gz
Support skipping the HTTP tests if necessary
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING5
1 files changed, 5 insertions, 0 deletions
diff --git a/TESTING b/TESTING
index 75ad654..fc5f400 100644
--- a/TESTING
+++ b/TESTING
@@ -83,6 +83,11 @@ to use set `HTTP_FIRST_TEST_PORT`. This limitation means that if your `yarn`
implementation parallelises scenarios, you must limit the parallelism to ten or
else the HTTP tests will not run successfully.
+NOTE: If you are definitely not going to use Gitano in HTTP mode, and you do
+not want to run the HTTP tests, then you can disable them by passing in
+'SKIP_HTTP_TESTS=1' on the make command line. Do not do this before submitting
+a patch for review as all tests will be run on potential merges.
+
The fundamental parts of the `testing/` directory are
=====================================================