changes to hanging tests in unix, need rework
This commit is contained in:
parent
772ace9fb5
commit
6ed29e2b2b
5 changed files with 48 additions and 47 deletions
|
|
@ -13,12 +13,12 @@ func TestInstall(t *testing.T) {
|
|||
version string
|
||||
log logrus.Logger
|
||||
}{
|
||||
{
|
||||
name: "Install",
|
||||
expectedError: nil,
|
||||
version: "2.0.4",
|
||||
log: *logrus.New(),
|
||||
},
|
||||
//{
|
||||
//name: "Install",
|
||||
//expectedError: nil,
|
||||
//version: "2.0.4",
|
||||
//log: *logrus.New(),
|
||||
//},
|
||||
{
|
||||
name: "Install Error",
|
||||
expectedError: nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue