Skip to content

Commit c0531f9

Browse files
committed
all: eliminate vet diagnostics
For golang/go#74011 Change-Id: I189c5aba554a578bee1fd351edc30cd5cf4d0ed6 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/714960 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: David Chase <drchase@google.com>
1 parent 0997000 commit c0531f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

otr/otr_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const libOTRPrivateKey = `(privkeys
7575
(account
7676
(name "foo@example.com")
7777
(protocol prpl-jabber)
78-
(private-key
79-
(dsa
78+
(private-key
79+
(dsa
8080
(p #00FC07ABCF0DC916AFF6E9AE47BEF60C7AB9B4D6B2469E436630E36F8A489BE812486A09F30B71224508654940A835301ACC525A4FF133FC152CC53DCC59D65C30A54F1993FE13FE63E5823D4C746DB21B90F9B9C00B49EC7404AB1D929BA7FBA12F2E45C6E0A651689750E8528AB8C031D3561FECEE72EBB4A090D450A9B7A857#)
8181
(q #00997BD266EF7B1F60A5C23F3A741F2AEFD07A2081#)
8282
(g #535E360E8A95EBA46A4F7DE50AD6E9B2A6DB785A66B64EB9F20338D2A3E8FB0E94725848F1AA6CC567CB83A1CC517EC806F2E92EAE71457E80B2210A189B91250779434B41FC8A8873F6DB94BEA7D177F5D59E7E114EE10A49CFD9CEF88AE43387023B672927BA74B04EB6BBB5E57597766A2F9CE3857D7ACE3E1E3BC1FC6F26#)
@@ -402,7 +402,7 @@ func TestAgainstLibOTR(t *testing.T) {
402402
// This test requires otr.c.test to be built as /tmp/a.out.
403403
// If enabled, this tests runs forever performing OTR handshakes in a
404404
// loop.
405-
return
405+
t.Skip("This test requires otr.c.test to be built as /tmp/a.out")
406406

407407
alicePrivateKey, _ := hex.DecodeString(alicePrivateKeyHex)
408408
var alice Conversation

0 commit comments

Comments
 (0)