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")