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
@@ -128,17 +129,14 @@ public async Task GetSetZoomLevel_check()
128
129
[SkippableFact(Timeout=20000)]
129
130
publicasyncTaskDevTools_check()
130
131
{
131
-
Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.OSX),"Skipping test on macOS CI.");
132
+
////Skip.If(Environment.GetEnvironmentVariable("GITHUB_RUN_ID") != null && RuntimeInformation.IsOSPlatform(OSPlatform.OSX), "Skipping test on macOS CI.");
@@ -162,12 +160,11 @@ public async Task GetSetAudioMuted_check()
162
160
[SkippableFact(Timeout=20000)]
163
161
publicasyncTaskGetSetUserAgent_check()
164
162
{
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