瀏覽代碼

Disabled test server in the tests

Sam Alba 12 年之前
父節點
當前提交
310ddec823
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      registry/registry_mock_test.go

+ 1 - 1
registry/registry_mock_test.go

@@ -330,7 +330,7 @@ func TestPing(t *testing.T) {
 
 /* Uncomment this to test Mocked Registry locally with curl
  * WARNING: Don't push on the repos uncommented, it'll block the tests
- */
+ *
 func TestWait(t *testing.T) {
 	log.Println("Test HTTP server ready and waiting:", testHttpServer.URL)
 	c := make(chan int)