diff --git a/test/apps/load_files.py b/test/apps/load_files.py index c6771e5..30c4a8a 100644 --- a/test/apps/load_files.py +++ b/test/apps/load_files.py @@ -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: