Browse Source

clientv3/integration: skip retry test on txn read

Xiang 8 years ago
parent
commit
06e591d526
1 changed files with 2 additions and 0 deletions
  1. 2 0
      clientv3/integration/txn_test.go

+ 2 - 0
clientv3/integration/txn_test.go

@@ -100,6 +100,8 @@ func TestTxnWriteFail(t *testing.T) {
 }
 }
 
 
 func TestTxnReadRetry(t *testing.T) {
 func TestTxnReadRetry(t *testing.T) {
+	t.Skipf("skipping txn read retry test: re-enable after we do retry on txn read request")
+
 	defer testutil.AfterTest(t)
 	defer testutil.AfterTest(t)
 
 
 	clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 3})
 	clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 3})