Skip to content

Commit 954e587

Browse files
Unrelated fix: Skip TestKeepAwake
1 parent cc74c2e commit 954e587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows-agent/internal/distros/distro/distro_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ func TestIsValid(t *testing.T) {
175175
}
176176

177177
func TestKeepAwake(t *testing.T) {
178+
t.Skip("Skipping because this method is known to be ineffective.")
179+
178180
const wslSleepDelay = 8 * time.Second
179181

180182
testCases := map[string]struct {

0 commit comments

Comments
 (0)