Skip to content

Commit

Permalink
fixme note on WITH_DAEMON use
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Jul 8, 2021
1 parent 138cc71 commit 55a56e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/sharness/t0250-files-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,9 @@ tests_for_files_api "no-daemon"

test_launch_ipfs_daemon_without_network

WITH_DAEMON=1 # set online flag so tests can easily tell
WITH_DAEMON=1
# FIXME: Used only on a specific test inside `test_files_api` but we should instead
# propagate the `"with-daemon"` argument in its caller `tests_for_files_api`.

tests_for_files_api "with-daemon"

Expand Down

0 comments on commit 55a56e8

Please sign in to comment.