mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e: comment out TestEtcdCorruptHash debugging lines
No need Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
a3b9d828ed
commit
1c44293f7e
@ -32,9 +32,9 @@ import (
|
||||
// TODO: test with embedded etcd in integration package
|
||||
|
||||
func TestEtcdCorruptHash(t *testing.T) {
|
||||
oldenv := os.Getenv("EXPECT_DEBUG")
|
||||
defer os.Setenv("EXPECT_DEBUG", oldenv)
|
||||
os.Setenv("EXPECT_DEBUG", "1")
|
||||
// oldenv := os.Getenv("EXPECT_DEBUG")
|
||||
// defer os.Setenv("EXPECT_DEBUG", oldenv)
|
||||
// os.Setenv("EXPECT_DEBUG", "1")
|
||||
|
||||
cfg := configNoTLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user