-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flag provided but not defined: -test.timeout #33774
Labels
Comments
See the Go 1.13 release notes:
|
Duplicate of #31859 |
tisnik
added a commit
to tisnik/insights-operator-cli
that referenced
this issue
Nov 22, 2019
marclop
added a commit
to marclop/go-licenser
that referenced
this issue
Jun 3, 2020
Releases a new version `v0.3.1` and fixes the broken tests in go 1.13, see golang/go#33774. Additionally, does some minor tidy of the installed Go binaries. Signed-off-by: Marc Lopez <[email protected]>
marclop
added a commit
to elastic/go-licenser
that referenced
this issue
Jun 4, 2020
Releases a new version `v0.3.1` and fixes the broken tests in go 1.13, see golang/go#33774. Additionally, does some minor tidy of the installed Go binaries. Signed-off-by: Marc Lopez <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, on the release candidate but not on Go 1.12.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Wrote a small test for code which contains flags being parsed inside an
init
function. All the test does ist.Skip()
.foo.go
:foo_test.go
:What did you expect to see?
No errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: