Skip to content

Commit bc3d24f

Browse files
committed
CDRIVER-861 don't taskkill before tests on windows
1 parent 1f4b56e commit bc3d24f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.mci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ c_driver_variables:
112112
mongo-orchestration --pidfile c:\\mo.pid stop
113113
rm -f $pidfile
114114
fi
115-
taskkill.exe /FI "IMAGENAME eq python.exe" /F
116-
taskkill.exe /FI "IMAGENAME eq mongod.exe" /F
117-
taskkill.exe /FI "IMAGENAME eq mongos.exe" /F
118115
fsutil volume diskfree c:
119116
echo "Starting Mongo Orchestration..."
120117
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }}" > orchestration.config

0 commit comments

Comments
 (0)