ecadlabs / signatory

Signatory - A Tezos Remote Signer for signing block-chain operations with private keys using YubiHSM, AWS, GCP, Ledger's or Azure Key Vault
https://signatory.io
Apache License 2.0
62 stars 18 forks source link

comment out test #504

Open michaelkernaghan opened 1 month ago

michaelkernaghan commented 1 month ago

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.

cloudflare-workers-and-pages[bot] commented 1 month ago

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

michaelkernaghan commented 1 month ago

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.