From 8fa6082c972992b4c3359f57545fba3961dcc5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cserg=C5=91=20B=C3=A1lint?= Date: Mon, 13 Oct 2025 15:29:25 +0100 Subject: [PATCH] Update test files by commenting out broken import Commenting out the test function breaks go build due to an unused import on fuzzing, comment out unnecessary import --- projects/time/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/time/build.sh b/projects/time/build.sh index 5e5a06ae0cf7..4d74eea247b5 100644 --- a/projects/time/build.sh +++ b/projects/time/build.sh @@ -24,6 +24,7 @@ go get github.com/facebook/time/fbclock/daemon # FuzzCompute sed -i -e '/func TestHashShouldMatch(/,/^}/ s/^/\/\//' leaphash/leaphash_test.go +sed -i -e '/\"github.com\/stretchr\/testify\/require\"/ s/^/\/\//' leaphash/leaphash_test.go # FuzzBytesToPacket sed -i -e '/func Benchmark.*(/,/^}/ s/^/\/\//' ntp/protocol/ntp_test.go