reflect: disable visiblefields test for FieldByIndexErr

This commit is contained in:
Damian Gryski
2023-03-06 11:42:55 -08:00
committed by Ayke
parent d9c6f7c11f
commit 15109a2924
+3
View File
@@ -332,6 +332,9 @@ func TestFields(t *testing.T) {
// Must not panic with nil embedded pointer.
func TestFieldByIndexErr(t *testing.T) {
// TODO(dgryski): FieldByIndexErr not implemented yet -- skip
return
type A struct {
S string
}