You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done to fix the following error:
skip="L2' 'metrics"\|IPV6\|DUALSTACK'
No idea what 'metrics"\\|IPV6\\|DUALSTACK' is!
make: Leaving directory '/root/dev-scripts/metallb'
make: *** [Makefile:19: run_e2e] Error 1
As there are spaces in the skip string variable
we need to put quotes on it.
0 commit comments