Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit f839db6

Browse files
author
Anthony Emengo
committed
Add TODO
[ci skip]
1 parent 1a2b19f commit f839db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acceptance/privileged/cfdev_lifecycle_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ var _ = Describe("cfdev lifecycle", func() {
4747
stopSession := cf.Cf("dev", "stop")
4848
Eventually(stopSession).Should(gexec.Exit(0))
4949

50+
// TODO implement for linux
5051
// check that VM is removed by stop command
5152
if IsWindows() {
5253
Expect(doesVMExist()).To(BeFalse())

0 commit comments

Comments
 (0)