-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix fluentsharp test that is failing at appveyor #57
Comments
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
The text was updated successfully, but these errors were encountered: