File tree 1 file changed +3
-0
lines changed
src/libraries/System.Diagnostics.Process/tests
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ public void TestEnvironmentOfChildProcess()
278
278
}
279
279
280
280
[ ConditionalFact ( typeof ( RemoteExecutor ) , nameof ( RemoteExecutor . IsSupported ) ) ]
281
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/76140" , TestPlatforms . LinuxBionic ) ]
281
282
public void EnvironmentGetEnvironmentVariablesIsCaseSensitive ( )
282
283
{
283
284
var caseSensitiveEnvVars = new Dictionary < string , string > ( StringComparer . Ordinal )
@@ -301,6 +302,7 @@ public void EnvironmentGetEnvironmentVariablesIsCaseSensitive()
301
302
}
302
303
303
304
[ ConditionalFact ( typeof ( RemoteExecutor ) , nameof ( RemoteExecutor . IsSupported ) ) ]
305
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/76140" , TestPlatforms . LinuxBionic ) ]
304
306
public void ProcessStartInfoEnvironmentDoesNotThrowForCaseSensitiveDuplicates ( )
305
307
{
306
308
var caseSensitiveEnvVars = new Dictionary < string , string > ( StringComparer . Ordinal )
@@ -325,6 +327,7 @@ public void ProcessStartInfoEnvironmentDoesNotThrowForCaseSensitiveDuplicates()
325
327
}
326
328
327
329
[ ConditionalFact ( typeof ( RemoteExecutor ) , nameof ( RemoteExecutor . IsSupported ) ) ]
330
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/76140" , TestPlatforms . LinuxBionic ) ]
328
331
public void ProcessStartInfoEnvironmentVariablesDoesNotThrowForCaseSensitiveDuplicates ( )
329
332
{
330
333
var caseSensitiveEnvVars = new Dictionary < string , string > ( StringComparer . Ordinal )
You can’t perform that action at this time.
0 commit comments