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 player
import (
"testing"
"time"
"github.com/amitbet/vncproxy/common"
"github.com/amitbet/vncproxy/encodings"
"github.com/amitbet/vncproxy/logger"
@@ -10,7 +11,7 @@ import (
)
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)