浏览代码

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()