Commit c2529f5d authored by Federico Vaga's avatar Federico Vaga

tst: do not double check sequence numbers

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent bf0d77f5
......@@ -189,7 +189,6 @@ class TestFmcfdLoop(object):
prev_ts = None
for i in range(len(ts)):
if prev_ts is not None:
assert ts[i].seq_id == prev_ts.seq_id + 1
period_ts = ts[i] - prev_ts
period = FmcFineDelayTime.from_pico(period_ps)
if period > period_ts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment