mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 23:43:47 +00:00
new: dev: pos-398 comment for jira issue
This commit is contained in:
parent
75d5646ef2
commit
de1330aae6
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ func TestBlockchain(t *testing.T) {
|
||||||
// using 4.6 TGas
|
// using 4.6 TGas
|
||||||
bt.skipLoad(`.*randomStatetest94.json.*`)
|
bt.skipLoad(`.*randomStatetest94.json.*`)
|
||||||
|
|
||||||
// failing with bor, to be fixed
|
// FIXME POS-618
|
||||||
bt.skipLoad(`.*ValidBlocks*`)
|
bt.skipLoad(`.*ValidBlocks*`)
|
||||||
bt.skipLoad(`.*InvalidBlocks*`)
|
bt.skipLoad(`.*InvalidBlocks*`)
|
||||||
bt.skipLoad(`.*TransitionTests*`)
|
bt.skipLoad(`.*TransitionTests*`)
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ func TestState(t *testing.T) {
|
||||||
// Uses 1GB RAM per tested fork
|
// Uses 1GB RAM per tested fork
|
||||||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||||
|
|
||||||
// failing with bor, to be fixed
|
// FIXME POS-618
|
||||||
st.skipLoad(`.*stSStoreTest*`)
|
st.skipLoad(`.*stSStoreTest*`)
|
||||||
st.skipLoad(`.*stReturnDataTest*`)
|
st.skipLoad(`.*stReturnDataTest*`)
|
||||||
st.skipLoad(`.*stShift*`)
|
st.skipLoad(`.*stShift*`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue