Open DinisCruz opened 9 years ago
it's a different one now
this one is caused by the fact that the tests are running without a desktop
I was unable to find a method to check for this kind of execution context where you don`t have desktop :(. As a workaround we can ignore the test if we find an environment variable specific to appveyor.
var envs = Environment.GetEnvironmentVariables().toList
yeah, with the caveat that we should be using an extension method like
if ("appveyor".environment_Variable().valid())
...
:)
Btw, have you pinged Appveyor and asked about tests that require desktop? They really should have a solution for that, or no UI QA tests will be able to be executed there
https://ci.appveyor.com/project/DinisCruz/fluentsharp
https://ci.appveyor.com/project/DinisCruz/fluentsharp/build/tests