From 82d415ede004ec4d939397dda3139cba1ff5b87d Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 25 Apr 2018 21:11:17 +0300 Subject: [PATCH] Revert "tests: Add additional self-tests to the AppVeyor suite which exercise Mongo." This reverts commit 3062995801295685350af609d4831cf3fa689ac4. The tests exhibited on AppVeyor showed some very clear failures in the way that we're killing PIDs on Windows using `taskkill`. I haven't actually checked, but I find it virtually impossible that the PID of the process to kill (the 5th test run) happened to be 3000. --- scripts/windows/appveyor/test.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/windows/appveyor/test.ps1 b/scripts/windows/appveyor/test.ps1 index 45359d2310..1f19c9c0a5 100644 --- a/scripts/windows/appveyor/test.ps1 +++ b/scripts/windows/appveyor/test.ps1 @@ -4,8 +4,6 @@ $jUnit = Join-Path $env:TEMP 'self-test-junit-0.xml' $tests = @( '^assets' '^autoupdate' - '^create$' - 'mongo' '^dynamic import.*development' ) -Join '|'