diff --git a/tests/containers/base_image_test.py b/tests/containers/base_image_test.py index aaec08044..21415be6e 100644 --- a/tests/containers/base_image_test.py +++ b/tests/containers/base_image_test.py @@ -113,8 +113,6 @@ def check_elf_file(): continue # this is some kind of self test or what if re.search(r"^/lib64/systemd/libsystemd-core-\d+.so", dlib) is not None: continue # this is expected and we don't use systemd anyway - if deps.startswith("libodbc.so.2"): - continue # todo(jdanek): known issue RHOAIENG-18904 if deps.startswith("libcuda.so.1"): continue # cuda magic will mount this into /usr/lib64/libcuda.so.1 and it will be found if deps.startswith("libjvm.so"):