Skip to content

Commit

Permalink
Merge pull request #2092 from skalenetwork/bug/2031-fix-blockchaintes…
Browse files Browse the repository at this point in the history
…ts-jsontests

#2031 fix stSpecialTests
  • Loading branch information
olehnikolaiev authored Feb 3, 2025
2 parents 0b34352 + dbb9988 commit fe18e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/jsontests/BlockChainTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ BOOST_AUTO_TEST_CASE( stRefundTest,
BOOST_AUTO_TEST_CASE( stSolidityTest,
*boost::unit_test::precondition( dev::test::run_not_express ) ) {}
BOOST_AUTO_TEST_CASE( stSpecialTest,
*boost::unit_test::precondition( dev::test::run_not_express ) ) {}
*boost::unit_test::expected_failures( 4 ) * boost::unit_test::disabled() ) {}
BOOST_AUTO_TEST_CASE( stSystemOperationsTest,
*boost::unit_test::precondition( dev::test::run_not_express ) ) {}
BOOST_AUTO_TEST_CASE( stTransactionTest,
Expand Down

0 comments on commit fe18e43

Please sign in to comment.