Removing stray comments/commands

This commit is contained in:
Sander van Harmelen 2015-05-01 18:42:23 +02:00
parent b6660a1abe
commit a1a1ea5cf9
1 changed files with 1 additions and 5 deletions

View File

@ -55,13 +55,11 @@ func TestStart(t *testing.T) {
"password": "pass",
"host": wrm.Host,
"port": strconv.Itoa(wrm.Port),
"timeout": "30000s",
"timeout": "30s",
},
},
}
//time.Sleep(time.Duration(30000 * time.Second))
c, err := New(r)
if err != nil {
t.Fatalf("error creating communicator: %s", err)
@ -84,8 +82,6 @@ func TestStart(t *testing.T) {
}
func TestUpload(t *testing.T) {
t.Skip()
wrm := newMockWinRMServer(t)
defer wrm.Close()