We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5548426 + e0c6f69 commit 5145ce4Copy full SHA for 5145ce4
1 file changed
tests/containers/base_image_test.py
@@ -142,9 +142,6 @@ def check_elf_file():
142
continue # this is some kind of self test or what
143
if re.search(r"^/lib64/systemd/libsystemd-core-\d+.so", dlib) is not None:
144
continue # this is expected and we don't use systemd anyway
145
- if deps.startswith("libodbc.so.2"):
146
- continue # todo(jdanek): known issue RHOAIENG-18904
147
-
148
# NVIDIA Container Toolkit (CTK), Container Device Interface (CDI)
149
if deps.startswith("libcuda.so.1"):
150
continue # cuda magic will mount this into /usr/lib64/libcuda.so.1 and it will be found
0 commit comments