Disabled test server in the tests
This commit is contained in:
parent
34fc4b8407
commit
28f0f0ffb8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue