github.com/mwhudson/juju@v0.0.0-20160512215208-90ff01f3497f/environs/bootstrap/package_test.go (about) 1 // Copyright 2015 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package bootstrap_test 5 6 import ( 7 stdtesting "testing" 8 9 "github.com/juju/testing" 10 gc "gopkg.in/check.v1" 11 ) 12 13 func TestPackage(t *stdtesting.T) { 14 if testing.RaceEnabled { 15 t.Skip("skipping package under -race, see LP 1518820") 16 } 17 gc.TestingT(t) 18 }