From 1c5e06d5f4fb98f5fd4bc18219ba031149d092ba Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Tue, 28 Jul 2015 23:51:48 +0200 Subject: [PATCH] disable bcBruncleTests for Frontier (will be readded later) --- test/libethereum/blockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libethereum/blockchain.cpp b/test/libethereum/blockchain.cpp index 6363da14f..7f501aca2 100644 --- a/test/libethereum/blockchain.cpp +++ b/test/libethereum/blockchain.cpp @@ -833,7 +833,7 @@ BOOST_AUTO_TEST_CASE(bcGasPricerTest) BOOST_AUTO_TEST_CASE(bcBruncleTest) { - dev::test::executeTests("bcBruncleTest", "/BlockchainTests",dev::test::getFolder(__FILE__) + "/BlockchainTestsFiller", dev::test::doBlockchainTests); + if (c_network != Network::Frontier) dev::test::executeTests("bcBruncleTest", "/BlockchainTests",dev::test::getFolder(__FILE__) + "/BlockchainTestsFiller", dev::test::doBlockchainTests); } BOOST_AUTO_TEST_CASE(bcBlockGasLimitTest)