-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCFR-966 - Update Solana to support disable chain component tests #878
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We should make a follow up PR to use this logic for skipping tests instead of doing it manually through Skip()
go.mod
Outdated
@@ -129,3 +129,5 @@ require ( | |||
gopkg.in/yaml.v2 v2.4.0 // indirect | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | |||
) | |||
|
|||
//replace github.com/smartcontractkit/chainlink-common => ../chainlink-common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be deleted
f4d5cad
to
8ffbd41
Compare
8ffbd41
to
97e9df8
Compare
a44dc89
to
cb80350
Compare
cb80350
to
e78133f
Compare
Quality Gate passedIssues Measures |
Description
Add missing methods to support disabling chain component tests