When running serving tests with go1.13, they would fail complaining flags provided but not defined.
For example:
# clone knative/serving
go test -v -tags=e2e -count=1 ./test/e2e -run ^TestAutoscaleUpDownUp$
Got errors:
flag provided but not defined: -test.v
When running serving tests with go1.13, they would fail complaining flags provided but not defined.
For example:
Got errors: