Skip to content

Commit

Permalink
Disable BuildTaskSimpleCodeFactory test only on netcore
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Sep 14, 2016
1 parent 4d6064c commit 8461d10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/XMakeTasks/UnitTests/CodeTaskFactoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ public void BuildTaskSimpleCodeFactory_RedirectFrom12()
/// being in MSBuildToolsPath anymore, that this does NOT affect full fusion AssemblyNames --
/// it's picked up from the GAC, where it is anyway, so there's no need to redirect.
/// </summary>
#if RUNTIME_TYPE_NETCORE
[Fact(Skip = "FEATURE: LEGACY TASKS")]
#else
[Fact]
#endif
public void BuildTaskSimpleCodeFactory_NoAssemblyNameRedirect()
{
string projectFileContents = @"
Expand Down

0 comments on commit 8461d10

Please sign in to comment.