Remove unit tests 81/271181/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Feb 2022 12:28:46 +0000 (21:28 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Feb 2022 12:28:46 +0000 (21:28 +0900)
commit75b0fdab687550592cebabb90056fb6651a22932
tree8b157484d388f6438068d2f17ede8be83cbfb375
parent76f8526e70463674b6906916332b542aef1242bf
Remove unit tests

In the OBS, the bundle_unittests has killed. Because, the bundle_add_byte_array_N
is not finished. Two test cases call the bundle_add_byte_array function with
large length. In 32-bit architecture, the std::vector throws std::length_error
exception. In 64-bit architecture, the std::vector throws std::bad_alloc exception.
We expects the std::bad_alloc exception when the unit tests calls
bundle_add_byte_array function with large size in 64-bit architurecture in the OBS.
Unfotunately, it's not finished. To avoid the issue, this patch removes two test cases.

Change-Id: I5eb188e6cda9ea0f3cb08c5317b797db00fdce4a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tests/bundle_unittests/src/test_bundle.cc