Skip to content

Commit 2937d8d

Browse files
committed
Merge branch version/0-48-0-RC1 to adopt changes from PR #3679
2 parents 3c2aaa8 + 18814f7 commit 2937d8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/shells_int_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ func (suite *ShellsIntegrationTestSuite) TestShells() {
3333
shells = []e2e.Shell{e2e.Bash, e2e.Fish, e2e.Tcsh, e2e.Zsh}
3434
case "darwin":
3535
shells = []e2e.Shell{e2e.Bash, e2e.Fish, e2e.Zsh, e2e.Tcsh}
36+
if runtime.GOARCH == "arm64" {
37+
shells = []e2e.Shell{e2e.Bash, e2e.Zsh, e2e.Tcsh} // DX-3257
38+
}
3639
case "windows":
3740
shells = []e2e.Shell{e2e.Bash, e2e.Cmd}
3841
}

0 commit comments

Comments
 (0)