Skip to content

Commit

Permalink
Unrelated fix: Skip TestKeepAwake
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Mar 16, 2023
1 parent f521360 commit 4de6b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows-agent/internal/distros/distro/distro_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ func TestIsValid(t *testing.T) {
}

func TestKeepAwake(t *testing.T) {
t.Skip("Skipping because this method is known to be ineffective.")

const wslSleepDelay = 8 * time.Second

testCases := map[string]struct {
Expand Down

0 comments on commit 4de6b1e

Please sign in to comment.