new: dev: pos-398 comment for jira issue

This commit is contained in:
Marcello Ardizzone 2022-07-07 10:44:52 +02:00
parent 75d5646ef2
commit de1330aae6
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ func TestBlockchain(t *testing.T) {
// using 4.6 TGas
bt.skipLoad(`.*randomStatetest94.json.*`)
// failing with bor, to be fixed
// FIXME POS-618
bt.skipLoad(`.*ValidBlocks*`)
bt.skipLoad(`.*InvalidBlocks*`)
bt.skipLoad(`.*TransitionTests*`)

View file

@ -59,7 +59,7 @@ func TestState(t *testing.T) {
// Uses 1GB RAM per tested fork
st.skipLoad(`^stStaticCall/static_Call1MB`)
// failing with bor, to be fixed
// FIXME POS-618
st.skipLoad(`.*stSStoreTest*`)
st.skipLoad(`.*stReturnDataTest*`)
st.skipLoad(`.*stShift*`)