Skip to content

Commit

Permalink
Skip test expecting NullableContextAttribute to be partially trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jun 27, 2023
1 parent 1541c54 commit 9c0668b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public override void Write(Utf8JsonWriter writer, IntPtr value, JsonSerializerOp

#if !BUILDING_SOURCE_GENERATOR_TESTS
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp, "NullableContextAttribute is public in corelib in .NET 8+")]
public async Task TypeWithNullConstructorParameterName_ThrowsNotSupportedException()
{
// Regression test for https://github.com/dotnet/runtime/issues/58690
Expand Down

0 comments on commit 9c0668b

Please sign in to comment.