Skip to content

Commit 8d50d8e

Browse files
committed
Fix/add comments
1 parent 10ae4bf commit 8d50d8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Make sure to check the documentation at https://goreleaser.com
1+
# Documented at https://goreleaser.com
22
before:
33
hooks:
44
- go mod tidy

tests/integration/rkeMachineConfig_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import (
1111

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

0 commit comments

Comments
 (0)