Removing stray comments/commands
This commit is contained in:
parent
b6660a1abe
commit
a1a1ea5cf9
|
@ -55,13 +55,11 @@ func TestStart(t *testing.T) {
|
||||||
"password": "pass",
|
"password": "pass",
|
||||||
"host": wrm.Host,
|
"host": wrm.Host,
|
||||||
"port": strconv.Itoa(wrm.Port),
|
"port": strconv.Itoa(wrm.Port),
|
||||||
"timeout": "30000s",
|
"timeout": "30s",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
//time.Sleep(time.Duration(30000 * time.Second))
|
|
||||||
|
|
||||||
c, err := New(r)
|
c, err := New(r)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("error creating communicator: %s", err)
|
t.Fatalf("error creating communicator: %s", err)
|
||||||
|
@ -84,8 +82,6 @@ func TestStart(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestUpload(t *testing.T) {
|
func TestUpload(t *testing.T) {
|
||||||
t.Skip()
|
|
||||||
|
|
||||||
wrm := newMockWinRMServer(t)
|
wrm := newMockWinRMServer(t)
|
||||||
defer wrm.Close()
|
defer wrm.Close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue