@@ -3069,10 +3069,9 @@ public void WritingHugeBase64Bytes(JsonWriterOptions options)
3069
3069
}
3070
3070
3071
3071
// https://github.com/dotnet/runtime/issues/30746
3072
- [ Theory ]
3072
+ [ Theory , OuterLoop ( "Very long running test" ) ]
3073
3073
[ MemberData ( nameof ( JsonOptions_TestData ) ) ]
3074
3074
[ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/45464" , ~ RuntimeConfiguration . Release ) ]
3075
- [ OuterLoop ( "Too slow" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) ) ]
3076
3075
public void Writing3MBBase64Bytes ( JsonWriterOptions options )
3077
3076
{
3078
3077
byte [ ] value = new byte [ 3 * 1024 * 1024 ] ;
@@ -4422,7 +4421,7 @@ public void EscapeAsciiCharacters(JsonWriterOptions options)
4422
4421
4423
4422
[ Theory ]
4424
4423
[ MemberData ( nameof ( JsonOptions_TestData ) ) ]
4425
- [ OuterLoop ( "Too slow" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) ) ]
4424
+ [ OuterLoop ( "Too slow" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoRuntime ) ) ]
4426
4425
public void EscapeCharacters ( JsonWriterOptions options )
4427
4426
{
4428
4427
// Do not include surrogate pairs.
@@ -5305,7 +5304,7 @@ public void WriteDoubleValue(JsonWriterOptions options, double value)
5305
5304
[ Theory ]
5306
5305
[ SkipOnTargetFramework ( TargetFrameworkMonikers . NetFramework ) ]
5307
5306
[ MemberData ( nameof ( WriteValue_TestData ) ) ]
5308
- [ OuterLoop ( "Too slow" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) ) ]
5307
+ [ OuterLoop ( "Too slow" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsMonoRuntime ) ) ]
5309
5308
public void WriteNumbers ( JsonWriterOptions options , string keyString )
5310
5309
{
5311
5310
var random = new Random ( 42 ) ;
0 commit comments