mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #8736 from xiang90/disable_retry
clientv3/integration: skip retry test on txn read
This commit is contained in:
commit
0c5ca488c1
@ -100,6 +100,8 @@ func TestTxnWriteFail(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)
|
||||
|
||||
clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 3})
|
||||
|
Loading…
x
Reference in New Issue
Block a user