diff --git a/windows-agent/internal/distros/distro/distro_test.go b/windows-agent/internal/distros/distro/distro_test.go index 542918d05..8ba324579 100644 --- a/windows-agent/internal/distros/distro/distro_test.go +++ b/windows-agent/internal/distros/distro/distro_test.go @@ -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 {