Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit d9dac5a

Browse files
committed
commands: Enable previously disabled tests
1 parent ea0f660 commit d9dac5a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

commands/ip_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
)
1414

1515
func TestCmdIP(t *testing.T) {
16-
t.Skip("skipping test; temporarily disable TestCmdIP")
17-
1816
testCases := []struct {
1917
commandLine CommandLine
2018
api libmachine.API

commands/kill_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ func TestCmdKillMissingMachineName(t *testing.T) {
2121
}
2222

2323
func TestCmdKill(t *testing.T) {
24-
t.Skip("skipping test; temporarily disable TestCmdKill")
25-
2624
commandLine := &commandstest.FakeCommandLine{
2725
CliArgs: []string{"machineToKill1", "machineToKill2"},
2826
}

commands/stop_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
)
1414

1515
func TestCmdStop(t *testing.T) {
16-
t.Skip("skipping test; temporarily disable TestCmdStop")
17-
1816
testCases := []struct {
1917
commandLine CommandLine
2018
api libmachine.API

0 commit comments

Comments
 (0)