Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fd9b025

Browse files
authored
Test Disabled for non-english CI (#28952)
1 parent af8ca4f commit fd9b025

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,9 @@ public void StartInfo_NotepadWithContent(bool useShellExecute)
991991
[ActiveIssue("https://github.com/dotnet/corefx/issues/20204", TargetFrameworkMonikers.Uap | TargetFrameworkMonikers.UapAot)]
992992
public void StartInfo_TextFile_ShellExecute()
993993
{
994+
if (Thread.CurrentThread.CurrentCulture.ToString() != "en-US")
995+
return; // [ActiveIssue(https://github.com/dotnet/corefx/issues/28953)]
996+
994997
string tempFile = GetTestFilePath() + ".txt";
995998
File.WriteAllText(tempFile, $"StartInfo_TextFile_ShellExecute");
996999

0 commit comments

Comments
 (0)