We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d86ba0 commit 5460d84Copy full SHA for 5460d84
test/test-ghe-host-check.sh
@@ -134,7 +134,7 @@ begin_test "ghe-host-check fails when encountering RO file-system"
134
ghe-ssh "$GHE_HOSTNAME" -- 'chmod a-w -R "~/tmp"'
135
136
# 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
+ ! FILE_TO_TEST="$HOME/tmp/test" CLUSTER=true GHE_ALLOW_REPLICA_BACKUP=no ghe-host-check
+ FILE_TO_TEST="$HOME/tmp/test" CLUSTER=false GHE_ALLOW_REPLICA_BACKUP=no ghe-host-check
139
)
140
end_test
0 commit comments