Commit 7899352e authored by Federico Vaga's avatar Federico Vaga

ut: do not test fdelay return: unreliable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent c4f621e1
......@@ -300,12 +300,10 @@ static void fmctdc_param_test8(struct m_test *m_test)
m_assert_int_eq(0, ret);
}
for (i = 0; i < FMCFD_NUM_CHANNELS; ++i) {
for (i = 0; i < FMCFD_NUM_CHANNELS; ++i)
ret = fmctdc_execute_fmc_fdelay_pulse(fmcfd_dev_id,
i, 1, 0, 1000,
start);
m_assert_int_eq(0, ret);
}
sleep(1);
for (i = 0; i < FMCTDC_NUM_CHANNELS_TEST; ++i) {
......
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