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
@@ -161,7 +161,7 @@ public async Task GetSetAudioMuted_check()
161
161
[SkippableFact(Timeout=20000)]
162
162
publicasyncTaskAudioMutedProperty_check()
163
163
{
164
-
Skip.If(Environment.GetEnvironmentVariable("GITHUB_TOKEN")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows),"Skipping test on Windows CI.");
164
+
Skip.If(Environment.GetEnvironmentVariable("GITHUB_CONTEXT")!=null&&RuntimeInformation.IsOSPlatform(OSPlatform.Windows),"Skipping test on Windows CI.");
0 commit comments