提交 805f9348 编写于 作者: D Dan Moseley 提交者: GitHub

Disable ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList on...

Disable ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList on Alpine (dotnet/corefx#34360)



Commit migrated from https://github.com/dotnet/corefx/commit/ddbbb7c83211f07a8731601a8cf26b85dd16ff76
上级 731bd2dc
......@@ -297,6 +297,9 @@ public void ProcessStart_OpenFileOnLinux_UsesSpecifiedProgram(string programToOp
[OuterLoop("Opens program")]
public void ProcessStart_OpenFileOnLinux_UsesSpecifiedProgramUsingArgumentList(string programToOpenWith)
{
if (PlatformDetection.IsAlpine)
return; // [ActiveIssue(https://github.com/dotnet/corefx/issues/31970)]
if (IsProgramInstalled(programToOpenWith))
{
string fileToOpen = GetTestFilePath() + ".txt";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册