fix(CONTRIBUTING.md): mention that some tests may be flaky
In particular, mention that `jafar` is painful to test under Linux. We know that and we'll eventually also replace `jafar`. But better to tell this to newcomers otherwise their testing experience would be not so pleasant.
This commit is contained in:
parent
d2fb7f8e6c
commit
b17082b8e9
|
@ -71,7 +71,10 @@ and `./internal/netxlite.CopyContext` instead of `io.Copy`
|
|||
## Code testing requirements
|
||||
|
||||
Make sure all tests pass with `go test -race ./...` run from the
|
||||
top-level directory of this repository.
|
||||
top-level directory of this repository. (Integration tests may be
|
||||
flaky, so there may be some failures here and and there; we know
|
||||
in particular that `./internal/cmd/jafar` is one of the usual
|
||||
suspects and that it's not super pleasant to test it under Linux.)
|
||||
|
||||
## Writing a new OONI experiment
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user