aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-sizer/skip-test-exec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/git-sizer/skip-test-exec.patch')
-rw-r--r--community/git-sizer/skip-test-exec.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/git-sizer/skip-test-exec.patch b/community/git-sizer/skip-test-exec.patch
new file mode 100644
index 00000000000..115b3ec3a3c
--- /dev/null
+++ b/community/git-sizer/skip-test-exec.patch
@@ -0,0 +1,10 @@
+--- a/git_sizer_test.go
++++ b/git_sizer_test.go
+@@ -46,6 +46,7 @@ func sizerExe(t *testing.T) string {
+
+ // Smoke test that the program runs.
+ func TestExec(t *testing.T) {
++ t.Skip("requires a git repository for testing")
+ cmd := exec.Command(sizerExe(t))
+ output, err := cmd.CombinedOutput()
+ assert.NoErrorf(t, err, "command failed; output: %#v", string(output))