go/importer: fix build (disable tests that won't run on builders)

R=adonovan
TBR=adonovan
CC=golang-dev
https://golang.org/cl/43010043
This commit is contained in:
Robert Griesemer 2013-12-16 14:44:22 -08:00
parent ae534bcb6c
commit a02c76070b
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ var libs = []string{
}
func TestImportLib(t *testing.T) {
// TODO(gri) Enable once we can run these tests on builders.
return
for _, lib := range libs {
pkg, err := pkgFor(lib)
if err != nil {