mirror of https://github.com/linkerd/linkerd2.git
Skip flaky tests in non-Docker CI builds (#474)
@briansmith pointed out in https://github.com/runconduit/conduit/pull/441#discussion_r170816351 that I forgot to add `--no-default-features` to the Travis CI non-Docker test step in PR #441, to actually skip the timing dependent tests on CI. This fixes that.
This commit is contained in:
parent
b788daf429
commit
9ffe8b7970
|
@ -24,7 +24,7 @@ jobs:
|
|||
install:
|
||||
- cargo fetch --locked
|
||||
script:
|
||||
- cargo test --frozen
|
||||
- cargo test --frozen --no-default-features
|
||||
|
||||
- language: go
|
||||
# XXX; The "1.10" must be quoted or it will get intrepreted as 1.1. See
|
||||
|
|
Loading…
Reference in New Issue