Skip to content

Commit

Permalink
disable unencodable attrs test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jan 16, 2024
1 parent 869f3ed commit bfa6d84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/apps/load_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
os.mkdir(out_dir)

for filename in filenames:
if filename == "undecodable_attr.h5":
# TBD: need to update hsload to use base64 encoding rather
# than urlescapping with HSDS v0.9
continue
domain_path = os.path.join(test_folder, filename)
hdf5_path = os.path.join(data_dir, filename)
if filename not in data_dir:
Expand Down

0 comments on commit bfa6d84

Please sign in to comment.