mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-04 17:43:48 +00:00
skip killing excel for appveyor run
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user