diff --git a/get_hg_test.go b/get_hg_test.go index c6c0aa590..58453e92b 100644 --- a/get_hg_test.go +++ b/get_hg_test.go @@ -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() }