Skip to content

Commit 604f705

Browse files
author
Peng Zhou
committed
uncomment changes
1 parent 9a0a3e2 commit 604f705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ ifeq ($(VERIFY_HUGE_PAGES), true)
145145
@echo "=====Running e2e test including hugepages test"
146146
go test -v -count=1 -timeout 30m ./test/e2e -verifyHugePages
147147

148-
# @echo "=====Resetting hugepages value to 0"
148+
@echo "=====Resetting hugepages value to 0"
149149
sudo sysctl -w vm.nr_hugepages=0
150150

151-
# @echo "=====Restart minikube cluster"
151+
@echo "=====Restart minikube cluster"
152152
minikube stop
153153
minikube start
154154
else

0 commit comments

Comments
 (0)