Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Skip failing tests in Helix#11085

Merged
wtgodbe merged 1 commit intodotnet:masterfrom
wtgodbe:SkipTests
Apr 19, 2017
Merged

Skip failing tests in Helix#11085
wtgodbe merged 1 commit intodotnet:masterfrom
wtgodbe:SkipTests

Conversation

@wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Apr 19, 2017

No description provided.

@wtgodbe wtgodbe merged commit 7f70b6b into dotnet:master Apr 19, 2017
<!-- The following are tests that fail on non-Windows, which we must not run when building against packages -->

<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true' and '$(RuntimeID)' != ''">
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true' and '$(TargetsWindows)' != 'true'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, we never specified RuntimeID?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do specify RuntimeID, it's just not available here anymore. Previously, if a runtimeID was passed, that meant we were building tests for non-windows; now we always pass a runtimeID when building against packages, and have an explicit variable (TargetsWindows) that determines if we're building tests for Windows or non-Windows - I just missed updating this file when I made that change.

@wtgodbe wtgodbe deleted the SkipTests branch April 20, 2017 22:35
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants