Skip to content

Commit 37f9575

Browse files
committed
Skip test on full framework
1 parent 686efaf commit 37f9575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantToResolveConflicts.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ public void AnalyzersAreConflictResolved()
263263
.Pass();
264264
}
265265

266-
[Theory]
266+
// Should also run on full framework, but needs the right version of NuGet, which isn't on CI yet
267+
[CoreMSBuildOnlyTheory]
267268
[InlineData(true)]
268269
[InlineData(false)]
269270
public void PlatformPackagesCanBePruned(bool prunePackages)

0 commit comments

Comments
 (0)