Skip to content

Commit

Permalink
Merge pull request #74 from web3j/disable_geth
Browse files Browse the repository at this point in the history
Disable geth test
  • Loading branch information
gtebrean authored Mar 14, 2024
2 parents f4dbd90 + 9fe6e77 commit 0c26f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
kotlinLoggingVersion = '1.6.24'
logbackVersion = '1.4.14'
mockitoKotlinVersion = '1.8.10'
testContainersVersion = '1.17.1'
testContainersVersion = '1.19.7'
besuPluginVersion = '24.1.1'
besuInternalVersion = '24.1.1'
besuInternalCryptoVersion = '23.1.3'
Expand Down
2 changes: 2 additions & 0 deletions src/test/kotlin/org/web3j/GethGreeterTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
package org.web3j

import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.web3j.greeter.Greeter
import org.web3j.protocol.Web3j
import org.web3j.protocol.core.DefaultBlockParameterName
import org.web3j.tx.TransactionManager
import org.web3j.tx.gas.ContractGasProvider
@Disabled
@EVMTest(type = NodeType.GETH)
class GethGreeterTest {

Expand Down

0 comments on commit 0c26f72

Please sign in to comment.