Skip to content

Commit

Permalink
alg/ensemble: remove -long requirement from test (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed May 13, 2021
1 parent 8695cbf commit 044d58f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alg/ensemble/ensemble_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
// result.
func TestResults(t *testing.T) {
t.Parallel()
test.RequireLong(t)

as := Ensemble()
for _, c := range results.Results {
Expand Down

0 comments on commit 044d58f

Please sign in to comment.