Skip to content

Commit f45c631

Browse files
authored
[Ignore] Exclude integration tests (#742)
1 parent e8e8475 commit f45c631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function UploadTestLogs {
172172
}
173173
}
174174

175-
task Test TestServer,TestProtocol,TestHost
175+
task Test TestServer,TestProtocol
176176

177177
task TestServer -If { !$script:IsUnix } {
178178
Set-Location .\test\PowerShellEditorServices.Test\

0 commit comments

Comments
 (0)