Skip to content

Commit

Permalink
Unrelated: Skip TestKeepAwake
Browse files Browse the repository at this point in the history
This test is known to fail so let's not polute the CI
  • Loading branch information
EduardGomezEscandell committed Mar 20, 2023
1 parent 61bacd3 commit 46f91c2
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 46f91c2

Please sign in to comment.