Skip to content

Commit 7062214

Browse files
authored
[CRE-1600] - Bump capabilities git ref (#20776)
* Bump capabilities git ref * remove test skip
1 parent df8c89f commit 7062214

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

plugins/plugins.private.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

system-tests/tests/regression/cre/cre_regression_suite_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ func Test_CRE_V2_EVM_WriteReport_Corrupt_Receiver_Address_Regression(t *testing.
129129
}
130130

131131
func Test_CRE_V2_EVM_WriteReport_Invalid_Gas_Regression(t *testing.T) {
132-
t.Skip("temporarily disabled - requires fix")
133132
runEVMNegativeTestSuite(t, evmNegativeTestsWriteReportInvalidGas)
134133
}
135134

0 commit comments

Comments
 (0)