mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
contracts/chequebook: disable flaky XTestDeposit
This commit is contained in:
parent
dda293d0ce
commit
3bb97043fa
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ func TestVerifyErrors(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
func TestDeposit(t *testing.T) {
|
||||
func XTestDeposit(t *testing.T) {
|
||||
path0 := filepath.Join(os.TempDir(), "chequebook-test-0.json")
|
||||
backend := newTestBackend()
|
||||
contr0, _ := deploy(key0, new(big.Int), backend)
|
||||
|
|
|
|||
Loading…
Reference in a new issue