diff --git a/tests/block_test.go b/tests/block_test.go index 6bdb98679f..e2aa1efea7 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -50,7 +50,7 @@ func TestBlockchain(t *testing.T) { // using 4.6 TGas bt.skipLoad(`.*randomStatetest94.json.*`) - // FIXME POS-618 + // See POS-618 bt.skipLoad(`.*ValidBlocks*`) bt.skipLoad(`.*InvalidBlocks*`) bt.skipLoad(`.*TransitionTests*`) diff --git a/tests/state_test.go b/tests/state_test.go index a39f126fbe..f18b84d16e 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -58,7 +58,7 @@ func TestState(t *testing.T) { // Uses 1GB RAM per tested fork st.skipLoad(`^stStaticCall/static_Call1MB`) - // FIXME POS-618 + // See POS-618 st.skipLoad(`.*micro/*`) st.skipLoad(`.*main/*`) st.skipLoad(`.*stSStoreTest*`) @@ -97,7 +97,6 @@ func TestState(t *testing.T) { st.skipLoad(`.*stChangedEIP150*`) st.skipLoad(`.*stLogTests*`) st.skipLoad(`.*stSLoadTest*`) - //st.skipLoad(`.*stCreateTest*`) st.skipLoad(`.*stDelegatecallTestHomestead*`) st.skipLoad(`.*stCallDelegateCodesHomestead*`) st.skipLoad(`.*VMTests*`)