-
Notifications
You must be signed in to change notification settings - Fork 18.1k
testing: enforce -skip in example tests #61491
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
Conversation
f39ba34
to
b03c843
Compare
This PR (HEAD: b03c843) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/511837. Important tips:
|
Message from Ian Lance Taylor: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Bryan Mills: Patch Set 2: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
The go test flag -skip had no effect in example tests. Fixes golang#61482
b03c843
to
3456b9d
Compare
This PR (HEAD: 3456b9d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/511837. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
3456b9d
to
e8c3c34
Compare
This PR (HEAD: e8c3c34) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/511837. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Ian Lance Taylor: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
The go test flag -skip had no effect in example tests. Fixes #61482 Change-Id: I28dfddb88fef3fead2a3c74f9cb63a674a768231 GitHub-Last-Rev: e8c3c34 GitHub-Pull-Request: #61491 Reviewed-on: https://go-review.googlesource.com/c/go/+/511837 Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Bryan Mills <[email protected]>
Message from Heschi Kreinick: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/511837. |
This PR is being closed because golang.org/cl/511837 has been merged. |
The go test flag -skip had no effect in example tests.
Fixes #61482