You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,6 +172,7 @@ public async Task AudioMutedProperty_check()
172
172
[Fact(Timeout=20000)]
173
173
publicasyncTaskGetSetUserAgent_check()
174
174
{
175
+
Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows),"Skipping test on Windows CI.");
@@ -183,6 +184,7 @@ public async Task GetSetUserAgent_check()
183
184
[Fact(Timeout=20000)]
184
185
publicasyncTaskUserAgentProperty_check()
185
186
{
187
+
Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows),"Skipping test on Windows CI.");
0 commit comments