fixed cicrleCI testing

This commit is contained in:
amit b
2019-06-16 02:59:17 +03:00
parent 76299f1bc3
commit 0ba10fab76
3 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ package server
import (
"log"
"testing"
"github.com/amitbet/vncproxy/common"
"github.com/amitbet/vncproxy/encodings"
)
@@ -13,6 +14,7 @@ func newServerConnHandler(cfg *ServerConfig, conn *ServerConn) error {
}
func TestServer(t *testing.T) {
t.Skip("this isn't an automated test, just an entrypoint for debugging")
//chServer := make(chan common.ClientMessage)
chClient := make(chan common.ServerMessage)