We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec9292 commit 797c5fbCopy full SHA for 797c5fb
Nickvision.Desktop.Tests/PowerServiceTests.cs
@@ -19,7 +19,7 @@ public void Case001_Initialize()
19
public async Task Case002_PreventSuspend()
20
{
21
#if OS_LINUX
22
- if (global::System.global::System.Environment.GetEnvironmentVariable("CI") == "true")
+ if (global::System.Environment.GetEnvironmentVariable("CI") == "true")
23
24
Assert.Inconclusive("org.freedesktop.ScreenSaver service not available in CI environments");
25
}
0 commit comments