Skip to content

Commit 879038b

Browse files
committed
Temporarily do not test Fish shell on macOS ARM.
1 parent dc85502 commit 879038b

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 == "arm" {
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)