summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/parfor_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/parfor_test.go')
-rw-r--r--src/pkg/runtime/parfor_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pkg/runtime/parfor_test.go b/src/pkg/runtime/parfor_test.go
index 4c69a68ce..de64285b8 100644
--- a/src/pkg/runtime/parfor_test.go
+++ b/src/pkg/runtime/parfor_test.go
@@ -102,11 +102,6 @@ func TestParForSetup(t *testing.T) {
// Test parallel parallelfor.
func TestParForParallel(t *testing.T) {
- if GOARCH != "amd64" {
- t.Log("temporarily disabled, see http://golang.org/issue/4155")
- return
- }
-
N := uint64(1e7)
if testing.Short() {
N /= 10