Skip to content

Commit 023b8de

Browse files
committed
Test
1 parent ed8a287 commit 023b8de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

cmd/state-svc/test/integration/svc_int_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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"))

0 commit comments

Comments
 (0)