signatory icon indicating copy to clipboard operation
signatory copied to clipboard

comment out test

Open michaelkernaghan opened this issue 1 year ago • 2 comments

trying to diagnose the source of the error thrown when testing AWS with

out, err = OctezClient("transfer", "1", "from", tz3alias, "to", "alice", "--burn-cap", "0.06425")
assert.NoError(t, err)
require.Contains(t, string(out), "Operation successfully injected in the node")

by commenting out that test.

michaelkernaghan avatar Oct 11 '24 17:10 michaelkernaghan

Deploying signatory with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2027370
Status: ✅  Deploy successful!
Preview URL: https://5d992f95.signatory.pages.dev
Branch Preview URL: https://mk-test.signatory.pages.dev

View logs

also removed "version" from docker-compose.yml to remove the warning and tried comment out the restart signatory call in the first test that fails.

michaelkernaghan avatar Oct 11 '24 20:10 michaelkernaghan