未验证 提交 95e31446 编写于 作者: S Steve Pfister 提交者: GitHub

Create runtime clone to manually kick off full test runs (#61641)

This change allows devs to manually kick off full test runs on the configurations that only execute smoke tests per PR. 

To kick things off, you can run /azp run runtime-manual
上级 581d4d25
trigger: none
extends:
template: runtime-staging-template.yml
此差异已折叠。
......@@ -216,6 +216,7 @@ public static IEnumerable<object[]> TurkishCulture_MatchesWordChar_MemberData()
}
[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60568", TestPlatforms.Android)]
[MemberData(nameof(TurkishCulture_MatchesWordChar_MemberData))]
public async Task TurkishCulture_MatchesWordChar(RegexEngine engine, string input, RegexOptions options, string expectedResult)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册