Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Apr 21, 2024
1 parent a6f808b commit 0d7af36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ func TestDecodeConfig(t *testing.T) {
}

func TestDecodeConfigDynamic(t *testing.T) {
if err := Dynamic(); err != nil {
fmt.Println(err)
t.Skip()
}

_, cfg, err := decodeDynamic(bytes.NewReader(testHeic8), true)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 0d7af36

Please sign in to comment.