Use labels instead of regex to filter E2E test cases.

Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
This commit is contained in:
Xun Jiang
2024-07-23 14:39:01 +08:00
parent 442cc76417
commit e862b976a4
7 changed files with 240 additions and 174 deletions

View File

@@ -53,7 +53,7 @@ type apiGropuVersionsTest struct {
want map[string]map[string]string
}
func APIGropuVersionsTest() {
func APIGroupVersionsTest() {
var (
group string
err error