Skip to content

Commit

Permalink
Update get_hg_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
  • Loading branch information
claire-labry and picatz committed Oct 26, 2022
1 parent 7f7e928 commit 170dcda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get_hg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ func TestHgGetter_HgArgumentsNotAllowed(t *testing.T) {
}

if runtime.GOOS == "windows" {
// Please refer to https://github.com/hashicorp/go-getter/pull/388/files#r1005819432
// for more context why we are temporarily skipping Windows OS.
t.Log("skipping on Windows OS for now")
t.Skip()
}
Expand Down

0 comments on commit 170dcda

Please sign in to comment.