Removing stray comments/commands
This commit is contained in:
parent
b6660a1abe
commit
a1a1ea5cf9
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue