skip test if not short testing

pull/1868/head
Cory LaNou 2015-03-06 16:23:41 -07:00
parent f01ee5eb51
commit 01721aad0d
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ func Test3NodeServer(t *testing.T) {
func TestClientLibrary(t *testing.T) {
testName := "single server integration via client library"
if testing.Short() {
//t.Skip(fmt.Sprintf("skipping '%s'", testName))
t.Skip(fmt.Sprintf("skipping '%s'", testName))
}
dir := tempfile()
defer func() {