summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/run.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run.bat b/src/run.bat
index 3f950f541..945cce426 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -54,6 +54,8 @@ echo.
if not "%GOHOSTOS%-%GOOS%-%GOARCH%-%CGO_ENABLED%" == "windows-windows-amd64-1" goto norace
echo # Testing race detector.
+echo # skipping test due to bug (http://code.google.com/p/go/issues/detail?id=4948).
+goto norace
go test -race -i flag
if errorlevel 1 goto fail
go test -race -short flag