Skip to content

Commit

Permalink
Didn't notice the if was missing on the failing test (#5316)
Browse files Browse the repository at this point in the history
  • Loading branch information
link04 authored Mar 15, 2024
1 parent 543e14e commit 1f14db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ await VerifyHelper.VerifySpans(spansFiltered, settings)
newFixture.SetOutput(null);
}

#if !NETFRAMEWORK && !NETSTANDARD2_0
#if !NETFRAMEWORK && NETCOREAPP3_1_OR_GREATER
[SkippableFact]
[Trait("RunOnWindows", "True")]
public async Task TestSystemTextJsonParseTainting()
Expand Down

0 comments on commit 1f14db9

Please sign in to comment.