瀏覽代碼

tests/e2e: comment out TestEtcdCorruptHash debugging lines

No need

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父節點
當前提交
1c44293f7e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tests/e2e/etcd_corrupt_test.go

+ 3 - 3
tests/e2e/etcd_corrupt_test.go

@@ -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