There was an error while loading. Please reload this page.
1 parent 8fb1682 commit 309efa5Copy full SHA for 309efa5
tests/common/v3_kv_test.go
@@ -25,8 +25,6 @@ import (
25
"go.etcd.io/etcd/tests/v3/framework/testutils"
26
)
27
28
-// TestKV_PutTimeout migrates TestCtlV3PutTimeout from e2e to integration framework
29
-// Original e2e test: func TestCtlV3PutTimeout(t *testing.T) { testCtl(t, putTest, withDefaultDialTimeout()) }
30
func TestKV_PutTimeout(t *testing.T) {
31
testRunner.BeforeTest(t)
32
for _, tc := range clusterTestCases() {
0 commit comments