Skip to content

Commit 5145ce4

Browse files
authored
Merge pull request #3426 from opendatahub-io/mtchoum1/install-unixODBC
[RHAIENG-372] fix(tests/containers): remove the libodbc.so.2 allowlisting as it is no longer necessary
2 parents 5548426 + e0c6f69 commit 5145ce4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/containers/base_image_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ def check_elf_file():
142142
continue # this is some kind of self test or what
143143
if re.search(r"^/lib64/systemd/libsystemd-core-\d+.so", dlib) is not None:
144144
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-
148145
# NVIDIA Container Toolkit (CTK), Container Device Interface (CDI)
149146
if deps.startswith("libcuda.so.1"):
150147
continue # cuda magic will mount this into /usr/lib64/libcuda.so.1 and it will be found

0 commit comments

Comments
 (0)