From 69e5e8eeb482fe4b5bb9b0fc504a9eb9ef8fc50d Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Fri, 24 Jul 2026 08:22:58 -0400 Subject: [PATCH] cleanup --- noiseutil/fips140_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/noiseutil/fips140_test.go b/noiseutil/fips140_test.go index 8f7a5eb0..b342b40d 100644 --- a/noiseutil/fips140_test.go +++ b/noiseutil/fips140_test.go @@ -12,8 +12,7 @@ import ( // Ensure NewAESGCM validates the nonce is non-repeating func TestNewAESGCM(t *testing.T) { if !boringEnabled && !fips140.Enabled() { - t.Skip() - return + t.Skip("TestNewAESGCM is only for fips140/boringcrypto") } key, _ := hex.DecodeString("feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308")