From 170dcdaaf97ab94fab1c6c9a9fa0267237f54ec4 Mon Sep 17 00:00:00 2001 From: claire labry Date: Wed, 26 Oct 2022 13:05:47 -0500 Subject: [PATCH] Update get_hg_test.go Co-authored-by: Kent 'picat' Gruber --- get_hg_test.go | 2 ++ 1 file changed, 2 insertions(+) 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() }