File tree Expand file tree Collapse file tree
cmd/state-svc/test/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,14 +158,14 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
158158 suite .OnlyRunForTags (tagsuite .Service )
159159 ts := e2e .New (suite .T (), false )
160160 // TODO: CP-1268 should remove this conditional and just keep the defer.
161- if runtime .GOOS != "windows" || ! condition .OnCI () {
161+ // if runtime.GOOS != "windows" || !condition.OnCI() {
162162 defer ts .Close ()
163- } else {
164- defer func () {
165- cp := ts .SpawnCmd (ts .SvcExe , "stop" )
166- time .Sleep (500 * time .Millisecond )
167- cp .SendCtrlC () // if this ends up as a foreground process, then try to halt it
168- }()
163+ // } else {
164+ // defer func() {
165+ // cp := ts.SpawnCmd(ts.SvcExe, "stop")
166+ // time.Sleep(500 * time.Millisecond)
167+ // cp.SendCtrlC() // if this ends up as a foreground process, then try to halt it
168+ // }()
169169 }
170170
171171 ts .SpawnCmdWithOpts (ts .SvcExe , e2e .OptArgs ("stop" ))
You can’t perform that action at this time.
0 commit comments