Skip to content

Commit 5460d84

Browse files
committed
test update
1 parent 6d86ba0 commit 5460d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-ghe-host-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ begin_test "ghe-host-check fails when encountering RO file-system"
134134
ghe-ssh "$GHE_HOSTNAME" -- 'chmod a-w -R "~/tmp"'
135135

136136
# File creation fails for CLUSTER
137-
! FILE_TO_TEST="$HOME/tmp/test" CLUSTER=true ghe-host-check
138-
FILE_TO_TEST="$HOME/tmp/test" CLUSTER=false ghe-host-check
137+
! FILE_TO_TEST="$HOME/tmp/test" CLUSTER=true GHE_ALLOW_REPLICA_BACKUP=no ghe-host-check
138+
FILE_TO_TEST="$HOME/tmp/test" CLUSTER=false GHE_ALLOW_REPLICA_BACKUP=no ghe-host-check
139139
)
140140
end_test

0 commit comments

Comments
 (0)