Skip to content

Commit

Permalink
Deprecate the integration tests
Browse files Browse the repository at this point in the history
They heavily rely on the documentation page and take too much time to debug and keep up to date with the docs.
  • Loading branch information
ldmberman committed Jan 6, 2016
1 parent 8af57ef commit 08ab4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08ab4cf

Please sign in to comment.