Skip to content

Commit dd3cca4

Browse files
committed
Refactor demands test
1 parent 38df1ea commit dd3cca4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/membrane/integration/demands_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ defmodule Membrane.Integration.DemandsTest do
332332

333333
@impl true
334334
def handle_buffer(:input, buffer, _ctx, state) do
335-
# IO.inspect(buffer, label: "RECEIVED BUFFER IN #{inspect(unquote(sink_name))}")
336335
{[notify_parent: {:buffer, buffer}], state}
337336
end
338337

@@ -347,10 +346,6 @@ defmodule Membrane.Integration.DemandsTest do
347346

348347
for {demand_unit, sink_name} <- @timestamp_demand_units_with_sink_names,
349348
timestamp_offset <- @timestamp_offsets do
350-
if demand_unit == :timestamp and timestamp_offset == 0 do
351-
@tag :xd
352-
end
353-
354349
test "demands with demand unit set to #{inspect(demand_unit)} and timestamp offset #{timestamp_offset}" do
355350
timestamp_offset = unquote(timestamp_offset)
356351

0 commit comments

Comments
 (0)