diff --git a/routingtable/adjRIBIn/adj_rib_in_test.go b/routingtable/adjRIBIn/adj_rib_in_test.go
index 566939e0fac7950c367139c85d1e8345563c9b48..76bbc90d23b8d9974819648c3921cb2ee99fdee2 100644
--- a/routingtable/adjRIBIn/adj_rib_in_test.go
+++ b/routingtable/adjRIBIn/adj_rib_in_test.go
@@ -222,7 +222,7 @@ func TestRemovePath(t *testing.T) {
 			},
 			wantPropagation: true,
 		},
-		/*{
+		{
 			name: "Remove an existing route",
 			routes: []*route.Route{
 				route.NewRoute(net.NewPfx(net.IPv4FromOctets(10, 0, 0, 0), 8), &route.Path{
@@ -283,7 +283,7 @@ func TestRemovePath(t *testing.T) {
 				}),
 			},
 			wantPropagation: false,
-		},*/
+		},
 	}
 
 	for _, test := range tests {