Skip to content

Commit

Permalink
Fix/add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 28, 2024
1 parent 10ae4bf commit 8d50d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Make sure to check the documentation at https://goreleaser.com
# Documented at https://goreleaser.com
before:
hooks:
- go mod tidy
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/rkeMachineConfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (

func (m *IntegrationSuite) TestRKEMachineConfig() {
if runtime.GOARCH == "arm64" && os.Getenv("CI") != "" {
// Temporarily workaround https://github.com/rancher/rancher/issues/45837 :
// Not all CRDs are built in GHA/arm64
m.T().Skip("Skipping the RKE Machine-Config test on arm64 in CI -- machine info not available")
}
objGVK := schema.GroupVersionKind{
Expand Down

0 comments on commit 8d50d8e

Please sign in to comment.