Open
Description
I'm receiving intermittent errors on Appveyor for
xUnit.net Console Runner (64-bit Desktop .NET 4.0.30319.42000)
Discovering: Microsoft.PowerShell.EditorServices.Test
Discovered: Microsoft.PowerShell.EditorServices.Test
Starting: Microsoft.PowerShell.EditorServices.Test
AsyncDebouncerFlushesAfterInterval [SKIP]
TODO: This test fails in the new build system, need to investigate!
AsyncDebouncerRestartsAfterInvoke [SKIP]
TODO: This test fails in the new build system, need to investigate!
ERROR: DebuggerStopsOnConditionalBreakpoints [FAIL]
At C:\projects\powershelleditorservices\PowerShellEditorServices.build.ps1:231 char:12
+ exec { & $script:dotnetExe xunit -configuration $Configuration -f ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At C:\projects\powershelleditorservices\PowerShellEditorServices.build.ps1:228 char:1
+ task TestServer -If { !$script:IsUnix } {
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At C:\projects\powershelleditorservices\PowerShellEditorServices.build.ps1:226 char:1
+ task Test TestServer,TestProtocol
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Task /./CITest
ref - https://ci.appveyor.com/project/PowerShell/powershelleditorservices/builds/20974403
Rekicking the appveyor job "fixes" the error but it's a bad experience as a contributor.