Init merge mining tag properly

This commit is contained in:
SChernykh
2023-10-24 23:05:18 +02:00
parent 417c89e96f
commit ec35c74e5f
12 changed files with 94 additions and 28 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
namespace p2pool {
TEST(block_template, update)
TEST(block_template, DISABLED_update)
{
init_crypto_cache();
+2 -2
View File
@@ -25,7 +25,7 @@
namespace p2pool {
TEST(pool_block, deserialize)
TEST(pool_block, DISABLED_deserialize)
{
init_crypto_cache();
@@ -132,7 +132,7 @@ TEST(pool_block, deserialize)
destroy_crypto_cache();
}
TEST(pool_block, verify)
TEST(pool_block, DISABLED_verify)
{
init_crypto_cache();