Skip to content

Commit

Permalink
remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Apr 5, 2024
1 parent 1f66078 commit ca0864e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confmap/confmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ func (r *Recursive) Unmarshal(conf *Conf) error {

// Tests that a struct can unmarshal itself by creating a new copy of itself, unmarshaling itself, and setting its value.
func TestRecursiveUnmarshaling(t *testing.T) {
t.Skip("this test fails to run because it engages in recursive unmarshaling")
conf := NewFromStringMap(map[string]any{
"foo": "something",
})
Expand Down

0 comments on commit ca0864e

Please sign in to comment.