Skip to content

Commit 309efa5

Browse files
committed
Remove the TestCtlV3PutTimeout from e2e
Signed-off-by: Lavish Pal <lvishpal408@gmail.com>
1 parent 8fb1682 commit 309efa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎tests/common/v3_kv_test.go‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import (
2525
"go.etcd.io/etcd/tests/v3/framework/testutils"
2626
)
2727

28-
// TestKV_PutTimeout migrates TestCtlV3PutTimeout from e2e to integration framework
29-
// Original e2e test: func TestCtlV3PutTimeout(t *testing.T) { testCtl(t, putTest, withDefaultDialTimeout()) }
3028
func TestKV_PutTimeout(t *testing.T) {
3129
testRunner.BeforeTest(t)
3230
for _, tc := range clusterTestCases() {

0 commit comments

Comments
 (0)