From: Shengjing Zhu <zhsj@debian.org>
Date: Tue, 23 Aug 2022 12:03:21 +0800
Subject: Skip format test

Forwarded: not-needed
---
 format_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/format_test.go b/format_test.go
index 198cd49..e1dc3c0 100644
--- a/format_test.go
+++ b/format_test.go
@@ -16,6 +16,7 @@ import (
 )
 
 func TestFormatting(t *testing.T) {
+	t.Skip("No need for Debian packaging")
 	var wg sync.WaitGroup
 	filepath.WalkDir(".", func(path string, d fs.DirEntry, err error) error {
 		if err != nil {
