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
////Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID") != null && RuntimeInformation.IsOSPlatform(OSPlatform.Windows), "Skipping test on Windows CI.");
@@ -162,12 +176,11 @@ public async Task GetSetAudioMuted_check()
162
176
[SkippableFact(Timeout=20000)]
163
177
publicasyncTaskGetSetUserAgent_check()
164
178
{
165
-
Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows),"Skipping test on Windows CI.");
////Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID") != null && RuntimeInformation.IsOSPlatform(OSPlatform.Windows), "Skipping test on Windows CI.");
0 commit comments