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

Commit 3cdb4b1

Browse files
committed
commands/stop: Temporarily disable TestCmdStop
This test requires `commands := map[string](func() error){}` in func `machineCommand` to be populated. We populate this map in a later commit, at which time we will re-enable this test.
1 parent 5c620a8 commit 3cdb4b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/stop_test.go

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

1515
func TestCmdStop(t *testing.T) {
16+
t.Skip("skipping test; temporarily disable TestCmdStop")
17+
1618
testCases := []struct {
1719
commandLine CommandLine
1820
api libmachine.API

0 commit comments

Comments
 (0)