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