mirror of
https://github.com/golang/go
synced 2024-11-11 22:50:22 -07:00
runtime: no longer skip stack growth test in short mode
We originally decided to skip this test in short mode to prevent the parallel runtime test to timeout on the Plan 9 builder. This should no longer be required since the issue was fixed in CL 86210043. LGTM=dave, bradfitz R=dvyukov, dave, bradfitz CC=golang-codereviews, rsc https://golang.org/cl/84790044
This commit is contained in:
parent
5a51306170
commit
d7ac73c869
@ -123,9 +123,6 @@ func TestStackMem(t *testing.T) {
|
||||
|
||||
// Test stack growing in different contexts.
|
||||
func TestStackGrowth(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping test in short mode")
|
||||
}
|
||||
t.Parallel()
|
||||
var wg sync.WaitGroup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user