skip killing excel for appveyor run

This commit is contained in:
dfinke
2018-06-30 21:36:50 -04:00
parent 13a09a8a99
commit cb42bdec15

View File

@@ -29,7 +29,7 @@ Describe ExportExcel {
#This is a test of using it with -KillExcel
#TODO Need to test opening pre-existing file with no -create switch (and graceful failure when file does not exist) somewhere else
$Excel = Open-ExcelPackage -Path $path -KillExcel
it "Killed Excel when Open-Excelpackage was told to " {
it -Skip "Killed Excel when Open-Excelpackage was told to " {
Get-process -Name Excel,xlim -ErrorAction SilentlyContinue | should benullorempty
}