Skip to content

Commit

Permalink
aghtest: fix os_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Mar 10, 2021
1 parent 9e85080 commit 976bdfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/aghtest/os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package aghtest
import (
"io/ioutil"
"os"
"runtime"
"testing"
"time"

Expand All @@ -21,8 +20,8 @@ const (
func prepareTestDir(t *testing.T) (dir string) {
// Windows, including the version of Windows Server that Github Actions
// uses, apparently likes to overly eagerly inspect new directories with
// its Windows Defender. Disabpling it might require additional
// workarounds, and until we've fitured it out, just retry the deletion
// its Windows Defender. Disabling it might require additional
// workarounds, and until we've figured it out, just retry the deletion
// until the error goes away.
//
// The code is largely inspired by the one that has been introduced into
Expand Down

0 comments on commit 976bdfb

Please sign in to comment.