Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Re-enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera committed Aug 26, 2017
1 parent 656eab7 commit ac3900d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/ArgumentForwardingTests/ArgumentForwardingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ private void FindAndEnsureReflectorPresent()
/// This is a critical scenario for the driver.
/// </summary>
/// <param name="testUserArgument"></param>
// This test is "Windows only" for now due to https://github.com/dotnet/corefx/issues/23496
[WindowsOnlyTheory]
[Theory]
[InlineData(@"""abc"" d e")]
[InlineData(@"""ábc"" d é")]
[InlineData(@"""abc"" d e")]
Expand Down
3 changes: 1 addition & 2 deletions test/ArgumentForwardingTests/ArgumentForwardingTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)"/>
</ItemGroup>

<!-- Disabled on non-Windows due to https://github.com/dotnet/corefx/issues/23496 -->
<Target Name="PrecompileScript"
BeforeTargets="Build"
Condition=" '$(IsCrossTargetingBuild)' != 'true' And '$(OS)' == 'Windows_NT'">
Condition=" '$(IsCrossTargetingBuild)' != 'true' ">
<Exec Command="$(DotnetInOutputDirectory) publish ../ArgumentsReflector/ArgumentsReflector.csproj --output $(MSBuildThisFileDirectory)/$(OutputPath)" />
</Target>

Expand Down

0 comments on commit ac3900d

Please sign in to comment.