Skip to content

Commit

Permalink
remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Apr 24, 2024
1 parent b6d7a9a commit c344a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confmap/confmap_test.go
Expand Up @@ -844,7 +844,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 c344a7a

Please sign in to comment.