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

Commit 288be19

Browse files
committed
commands: Enable previously disabled tests
1 parent 92aabfc commit 288be19

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

commands/ip_test.go

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

2424
func TestCmdIP(t *testing.T) {
25-
t.Skip("skipping test; temporarily disable TestCmdIP")
26-
2725
testCases := []struct {
2826
commandLine CommandLine
2927
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/provision_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import (
1515
)
1616

1717
func TestCmdProvision(t *testing.T) {
18-
t.Skip("skipping test; temporarily disable TestCmdProvision")
19-
2018
testCases := []struct {
2119
commandLine CommandLine
2220
api libmachine.API

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)