Skip to content

Commit

Permalink
Disable wallets.reload which uses unsupported behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Sep 25, 2023
1 parent a40bdcd commit 5b443fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nano/core_test/wallets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ TEST (wallets, remove)
}
}

TEST (wallets, reload)
// Opening multiple environments using the same file within the same process is not supported.
// http://www.lmdb.tech/doc/starting.html
TEST (wallets, DISABLED_reload)
{
nano::test::system system (1);
auto & node1 (*system.nodes[0]);
Expand Down

0 comments on commit 5b443fc

Please sign in to comment.