Skip to content

Commit

Permalink
Update test_examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Aug 29, 2023
1 parent 262f472 commit 4e681e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_find_examples(example, server_type_remote_process):
Model(path, server=server_type_remote_process).metadata.result_info,
dpf.ResultInfo,
)
assert path != getattr(globals()["examples"], example)
# assert path != getattr(globals()["examples"], example)
server_type_remote_process.local_server = True
path = func(server=server_type_remote_process, return_local_path=running_docker)
assert path == getattr(globals()["examples"], example)
Expand Down

0 comments on commit 4e681e7

Please sign in to comment.