From 08ab4cf4972b884faa1f9602d01340ccf9516f9f Mon Sep 17 00:00:00 2001 From: Lev Berman Date: Wed, 6 Jan 2016 15:27:16 +0300 Subject: [PATCH] Deprecate the integration tests They heavily rely on the documentation page and take too much time to debug and keep up to date with the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1fc92..da3700d 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ instructions below may not work properly on Windows. * Before making a pull request check that `gofmt -d=true ./..` and `go vet ./...` do not produce any output (except for that coming from `Godeps/_workspace` - ignore it). -* Do not commit until the unit (`./run_tests`) and integration (`./run_integration_tests`) tests have passed. +* Do not commit until the unit tests have passed (`./run_tests`). * If you want to make an executable, simply run `./scripts/build`. The binary will appear in the `./out` folder.