good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7f753461 authored by Louis Holbrook's avatar Louis Holbrook Committed by Anton Evangelatov
Browse files

swarm/pss: disable failing handshake test

parent 8802b9ce
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ import (
// asymmetrical key exchange between two directly connected peers
// full address, partial address (8 bytes) and empty address
func TestHandshake(t *testing.T) {
t.Skip("Handshakes have not been maintained for a longer period, and have started to fail. They should be reviewed and possible removed.")
t.Run("32", testHandshake)
t.Run("8", testHandshake)
t.Run("0", testHandshake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment