Skip to content

Commit a594e2b

Browse files
committed
FAIL
1 parent f4fdf81 commit a594e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/util/setup_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ BasicTestingSetup::BasicTestingSetup(const ChainType chainType, TestOpts opts)
190190
m_args.ForceSetArg("-datadir", fs::PathToString(m_path_root));
191191
gArgs.ForceSetArg("-datadir", fs::PathToString(m_path_root));
192192

193-
gArgs.ForceSetArg("-natpmp", "0");
193+
// gArgs.ForceSetArg("-natpmp", "0");
194194

195195
SelectParams(chainType);
196196
if (G_TEST_LOG_FUN) LogInstance().PushBackCallback(G_TEST_LOG_FUN);

0 commit comments

Comments
 (0)