mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-25 03:28:07 +00:00
fixed cicrleCI testing
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user