Update api/test/verifreg.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
Jennifer 2021-05-31 16:03:52 -04:00 committed by GitHub
parent 2b08e9f3a6
commit ac2887c01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,6 @@ import (
logging "github.com/ipfs/go-log/v2"
)
func init() {
logging.SetAllLoggers(logging.LevelInfo)
err := os.Setenv("BELLMAN_NO_GPU", "1")
if err != nil {
panic(fmt.Sprintf("failed to set BELLMAN_NO_GPU env variable: %s", err))
}
build.InsecurePoStValidation = true
}
func AddVerifiedClient(t *testing.T, b APIBuilder) {