Skip to content

Commit

Permalink
fix: Disabled integration test for EthereumTransaction (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: gsstoykov <georgi.stoykov@limechain.tech>
  • Loading branch information
gsstoykov authored Feb 29, 2024
1 parent 5030f47 commit ed76a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class EthereumTransactionIntegrationTests : public BaseIntegrationTest
};

//-----
TEST_F(EthereumTransactionIntegrationTests, SignerNonceChangedOnEthereumTransaction)
TEST_F(EthereumTransactionIntegrationTests, DISABLED_SignerNonceChangedOnEthereumTransaction)
{
// Given
const std::shared_ptr<ECDSAsecp256k1PrivateKey> testPrivateKey = ECDSAsecp256k1PrivateKey::fromString(
Expand Down

0 comments on commit ed76a66

Please sign in to comment.