refactor: remove Tracing integration tests.

This commit is contained in:
Fernandez Ludovic 2018-01-24 15:12:20 +01:00
parent c8446c2dc8
commit c878d262bf
2 changed files with 0 additions and 141 deletions

View file

@ -56,7 +56,6 @@ func init() {
check.Suite(&RateLimitSuite{})
check.Suite(&SimpleSuite{})
check.Suite(&TimeoutSuite{})
check.Suite(&TracingSuite{})
check.Suite(&WebsocketSuite{})
}
if *host {