-
Notifications
You must be signed in to change notification settings - Fork 389
Skip switch symbol tests fail in "release mode" #390
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
Skip switch symbol tests fail in "release mode" #390
Conversation
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
=======================================
Coverage 87.13% 87.13%
=======================================
Files 16 16
Lines 2106 2106
=======================================
Hits 1835 1835
Misses 271 271 |
@tonerdo I tried to fix checking right line in release but it doesn't work...the issue raise only on Windows/Release |
I did some test with Ubuntu 18.04 and I get same exception from release config...maybe we should use a different Ubuntu image on appveyor to get consistent behaviour |
Another idea could be avoid to rely on "machine wide sdks" and download run/build/test with "specific" sdk in a xplat way https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script so we would have same "compiler", in my day-by-day work I'm used to do that. |
What version of Ubuntu does AppVeyor use by default? |
We use
|
closes #389
Temporary skip tests in release mode.
/cc @tonerdo @petli