mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
12 lines
427 B
Diff
12 lines
427 B
Diff
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))
|