Skip to content

Commit b7bfc98

Browse files
authored
Unskip aliasing tests now that 10.0.3xx supports aliasing (#7147)
1 parent af5a704 commit b7bfc98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetRestoreTests.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3413,7 +3413,7 @@ public void DotnetRestore_PackageReferenceWithNoVersion_OutputExpectedDiagnostic
34133413

34143414
// P1 (banana) -> X
34153415
// P1 (apple) -> Y
3416-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3416+
[PlatformFact(Platform.Windows)]
34173417
public async Task DotnetRestore_WithAliasesOfTheSameFramework_UsesCorrectPackages()
34183418
{
34193419
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();
@@ -3485,7 +3485,7 @@ public async Task DotnetRestore_WithAliasesOfTheSameFramework_UsesCorrectPackage
34853485

34863486
// P (apple) -> Net472 package, with ATF, succeeds
34873487
// P (banana) -> Net472 package, with ATF, fails
3488-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3488+
[PlatformFact(Platform.Windows)]
34893489
public async Task DotnetRestore_WithAliasesOfSameFramework_WithAssetTargetFallback_OneSucceedsOneFails()
34903490
{
34913491
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();
@@ -3568,7 +3568,7 @@ public async Task DotnetRestore_WithAliasesOfSameFramework_WithAssetTargetFallba
35683568

35693569
// P (apple) -> Net472 package -> Transitive Net472 package, with ATF, succeeds
35703570
// P (banana) -> Net472 package, with ATF, fails
3571-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3571+
[PlatformFact(Platform.Windows)]
35723572
public async Task DotnetRestore_WithAliasesOfSameFramework_WithAssetTargetFallback_TransitiveDependenciesFlowCorrectly()
35733573
{
35743574
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();
@@ -3662,7 +3662,7 @@ public async Task DotnetRestore_WithAliasesOfSameFramework_WithAssetTargetFallba
36623662

36633663
// P (apple) -> Project2 (apple) -> Package A
36643664
// P (banana) -> Project2 (banana) -> Package B
3665-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3665+
[PlatformFact(Platform.Windows)]
36663666
public async Task DotnetRestore_WithAliasesOfSameFrameworkAndProjectReferences_TransitivePackageDependenciesFlowCorrectly()
36673667
{
36683668
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();
@@ -3782,7 +3782,7 @@ public async Task DotnetRestore_WithAliasesOfSameFrameworkAndProjectReferences_T
37823782

37833783
// P (apple) -> Project2
37843784
// P (banana) -> Project3
3785-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3785+
[PlatformFact(Platform.Windows)]
37863786
public async Task DotnetRestore_WithAliasesOfSameFramework_MultipleProjectReferencesFlowCorrectly()
37873787
{
37883788
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();
@@ -3934,7 +3934,7 @@ public async Task DotnetRestore_WithAliasesOfTheSameFramework_AndSDKAnalysisLeve
39343934

39353935
// P (apple) -> Project2 with APPLE constant -> Uses Project2Type
39363936
// P (banana) -> Project3 with BANANA constant -> Uses Project3Type
3937-
[PlatformFact(Platform.Windows, Skip = "https://github.com/NuGet/Client.Engineering/issues/3632")]
3937+
[PlatformFact(Platform.Windows)]
39383938
public async Task DotnetRestore_WithAliasesOfSameFramework_MultipleProjectReferencesWithConditionalCompilation_BuildSucceeds()
39393939
{
39403940
using SimpleTestPathContext pathContext = _dotnetFixture.CreateSimpleTestPathContext();

0 commit comments

Comments
 (0)