diff --git a/protocols/bgp/packet/path_attributes_test.go b/protocols/bgp/packet/path_attributes_test.go
index 1077e1668ced9b339b452c3c6320d8ec2ce635e1..ec1b80758faf3e226e1b1f209b6680bfddd05807 100644
--- a/protocols/bgp/packet/path_attributes_test.go
+++ b/protocols/bgp/packet/path_attributes_test.go
@@ -1586,7 +1586,7 @@ func TestSerializeAddPath(t *testing.T) {
 		expected []byte
 		wantFail bool
 	}{
-		/*{
+		{
 			name: "Withdraw only",
 			msg: &BGPUpdate{
 				WithdrawnRoutes: &NLRI{
@@ -1645,7 +1645,7 @@ func TestSerializeAddPath(t *testing.T) {
 				1,  // Length
 				0,  // Value
 			},
-		},*/
+		},
 		{
 			name: "Full test",
 			msg: &BGPUpdate{