Skip to content

Commit 6e89cb6

Browse files
committed
Remove leftowvers
1 parent 19eaeff commit 6e89cb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration_test.exs

-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ defmodule Membrane.Transcoder.IntegrationTest do
3535
@test_cases @video_cases ++ @audio_cases
3636

3737
Enum.map(@test_cases, fn test_case ->
38-
if test_case.input_format == H264 and test_case.output_format == H264, do: @tag(:xd)
39-
4038
test "if transcoder support #{inspect(test_case.input_format)} input and #{inspect(test_case.output_format)} output" do
4139
pid = Testing.Pipeline.start_link_supervised!()
4240

@@ -45,7 +43,6 @@ defmodule Membrane.Transcoder.IntegrationTest do
4543
location: Path.join("./test/fixtures", unquote(test_case.input_file))
4644
})
4745
|> then(unquote(test_case.preprocess))
48-
# |> child(%Membrane.Debug.Filter{handle_stream_format: fn _ -> raise "dupaa" end})
4946
|> child(%Membrane.Transcoder{output_stream_format: unquote(test_case.output_format)})
5047
|> child(:sink, Testing.Sink)
5148

0 commit comments

Comments
 (0)