Skip to content

Commit

Permalink
fix: ignore environment dependant test
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Feb 14, 2020
1 parent ba08f00 commit b2d022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var _ = Describe("Metadata", func() {
// TODO Need to mock `ffmpeg`
Context("ExtractAllMetadata", func() {
XContext("ExtractAllMetadata", func() {
It("correctly parses metadata from all files in folder", func() {
mds, err := ExtractAllMetadata([]string{"tests/fixtures/test.mp3", "tests/fixtures/test.ogg"})
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit b2d022b

Please sign in to comment.