File tree Expand file tree Collapse file tree
system-tests/tests/regression/cre Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ plugins:
3333 installPath : " ."
3434 httpaction :
3535 - moduleURI : " github.com/smartcontractkit/capabilities/http_action"
36- gitRef : " b0897990489fdbccb5cdc8892d786cacf64c3a1a "
36+ gitRef : " 42560aeb1de46a07a7b79cdbb5543d7bd54129a6 "
3737 installPath : " ."
3838 httptrigger :
3939 - moduleURI : " github.com/smartcontractkit/capabilities/http_trigger"
40- gitRef : " b0897990489fdbccb5cdc8892d786cacf64c3a1a "
40+ gitRef : " 42560aeb1de46a07a7b79cdbb5543d7bd54129a6 "
4141 installPath : " ."
4242 evm :
4343 - moduleURI : " github.com/smartcontractkit/capabilities/chain_capabilities/evm"
44- gitRef : " b0897990489fdbccb5cdc8892d786cacf64c3a1a "
44+ gitRef : " 42560aeb1de46a07a7b79cdbb5543d7bd54129a6 "
4545 installPath : " ."
4646 mock :
4747 - moduleURI : " github.com/smartcontractkit/capabilities/mock"
48- gitRef : " b0897990489fdbccb5cdc8892d786cacf64c3a1a "
48+ gitRef : " 42560aeb1de46a07a7b79cdbb5543d7bd54129a6 "
4949 installPath : " ."
5050 confidential-http :
5151 - moduleURI : " github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-http/capability"
Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ func Test_CRE_V2_EVM_WriteReport_Corrupt_Receiver_Address_Regression(t *testing.
129129}
130130
131131func Test_CRE_V2_EVM_WriteReport_Invalid_Gas_Regression (t * testing.T ) {
132- t .Skip ("temporarily disabled - requires fix" )
133132 runEVMNegativeTestSuite (t , evmNegativeTestsWriteReportInvalidGas )
134133}
135134
You can’t perform that action at this time.
0 commit comments