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 '|'