Skip to content

Commit

Permalink
Remove goconvey from {pathdb,periodic,util} tests (#2988)
Browse files Browse the repository at this point in the history
Remove goconvey from
-pathdb
-periodic
-util
tests.

Without convey we have better insights into failures that happen in CI.

Contributes #2986
  • Loading branch information
lukedirtwalker authored Aug 13, 2019
1 parent d50c261 commit c2a11de
Show file tree
Hide file tree
Showing 10 changed files with 571 additions and 601 deletions.
3 changes: 2 additions & 1 deletion go/lib/pathdb/pathdbtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go_library(
"//go/lib/xtest:go_default_library",
"//go/proto:go_default_library",
"@com_github_golang_mock//gomock:go_default_library",
"@com_github_smartystreets_goconvey//convey:go_default_library",
"@com_github_stretchr_testify//assert:go_default_library",
"@com_github_stretchr_testify//require:go_default_library",
],
)
Loading

0 comments on commit c2a11de

Please sign in to comment.