package e2etests import ( "testing" ) func testRegression(t *testing.T) { tcs := []testCase{} runa(t, tcs) }