From 2689b48a1f2e10a24ce1b5b6189022002036f112 Mon Sep 17 00:00:00 2001 From: gichan-jang Date: Mon, 20 Jul 2020 15:17:57 +0900 Subject: [PATCH] [Test] Ignore src iio unusual cases test Unusual cases test fails occasionally when getting state of the pipeline. I removed the previous patch and modified it to ignore this test in Ubuntu. Signed-off-by: gichan-jang --- tests/nnstreamer_source/unittest_src_iio.cc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/nnstreamer_source/unittest_src_iio.cc b/tests/nnstreamer_source/unittest_src_iio.cc index 3aade45..c30e3f2 100644 --- a/tests/nnstreamer_source/unittest_src_iio.cc +++ b/tests/nnstreamer_source/unittest_src_iio.cc @@ -1577,7 +1577,16 @@ TEST (test_tensor_src_iio, data_verify_freq_generic_type) /** * @brief test the unusual/exceptional cases. */ +/** @todo Ignore src iio unusual_cases on ubuntu. + * Src iio test fails occasionally when getting state of the pipeline. + * Related issue : Unit TC Potential Bug / Ubuntu / IIO (https://github.com/nnstreamer/nnstreamer/issues/2434) + * Ignore this test on Ubuntu until an accurate solution is found. + */ +#ifdef __TIZEN__ TEST (test_tensor_src_iio, unusual_cases) +#else +TEST (test_tensor_src_iio, DISABLED_unusual_cases) +#endif { iio_dev_dir_struct *dev0; GstElement *src_iio_pipeline; -- 2.7.4