contracts/chequebook: disable flaky XTestDeposit

This commit is contained in:
Anton Evangelatov 2018-02-14 18:04:32 +01:00
parent dda293d0ce
commit 3bb97043fa

View file

@ -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)