Skip to content

Commit

Permalink
disable chat-with-file-transfer test
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Nov 14, 2024
1 parent cb91c80 commit a7387c9
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions code/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,29 @@ persist_home = false
runtime_build_release = false


[[tests]]
dependency_package_paths = ["chat-with-file-transfer", "file-transfer"]
setup_packages = [
{ path = "chat-with-file-transfer", run = true }
]
setup_scripts = []
test_package_paths = ["chat-with-file-transfer/test/chat-with-file-transfer-test"]
test_scripts = []
timeout_secs = 5
fakechain_router = 8545

[[tests.nodes]]
port = 8080
home = "home/first"
fake_node_name = "first.dev"
runtime_verbosity = 2

[[tests.nodes]]
port = 8081
home = "home/second"
fake_node_name = "second.dev"
runtime_verbosity = 2
# TODO: reenable
# [[tests]]
# dependency_package_paths = ["chat-with-file-transfer", "file-transfer"]
# setup_packages = [
# { path = "chat-with-file-transfer", run = true }
# ]
# setup_scripts = []
# test_package_paths = ["chat-with-file-transfer/test/chat-with-file-transfer-test"]
# test_scripts = []
# timeout_secs = 5
# fakechain_router = 8545
#
# [[tests.nodes]]
# port = 8080
# home = "home/first"
# fake_node_name = "first.dev"
# runtime_verbosity = 2
#
# [[tests.nodes]]
# port = 8081
# home = "home/second"
# fake_node_name = "second.dev"
# runtime_verbosity = 2


[[tests]]
Expand Down

0 comments on commit a7387c9

Please sign in to comment.