소스 검색

skip the exec test as it is flaky once the issue is fixed

Chris Bannister 10 년 전
부모
커밋
d60d4a347b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      conn_test.go

+ 1 - 0
conn_test.go

@@ -570,6 +570,7 @@ func TestQueryTimeoutClose(t *testing.T) {
 }
 
 func TestExecPanic(t *testing.T) {
+	t.Skip("test can cause unrelated failures, skipping until it can be fixed.")
 	srv := NewTestServer(t, defaultProto)
 	defer srv.Stop()