ソースを参照

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