@@ -12,6 +12,9 @@ setup() {
1212
1313
1414@test " Create dual certificates using HTTP-01 verification" {
15+ if [ -n " $STAGING " ]; then
16+ skip " Using staging server, skipping internal test"
17+ fi
1518 CONFIG_FILE=" getssl-http01-dual-rsa-ecdsa.cfg"
1619 setup_environment
1720 init_getssl
@@ -21,12 +24,17 @@ setup() {
2124
2225
2326@test " Force renewal of dual certificates using HTTP-01" {
24- #! FIXME test certificate has been updated
27+ if [ -n " $STAGING " ]; then
28+ skip " Using staging server, skipping internal test"
29+ fi
2530 run ${CODE_DIR} /getssl -f $GETSSL_HOST
2631 assert_success
2732}
2833
2934@test " Create dual certificates using DNS-01 verification" {
35+ if [ -n " $STAGING " ]; then
36+ skip " Using staging server, skipping internal test"
37+ fi
3038 CONFIG_FILE=" getssl-dns01-dual-rsa-ecdsa.cfg"
3139 setup_environment
3240 init_getssl
@@ -36,7 +44,9 @@ setup() {
3644
3745
3846@test " Force renewal of dual certificates using DNS-01" {
39- #! FIXME test certificate has been updated
47+ if [ -n " $STAGING " ]; then
48+ skip " Using staging server, skipping internal test"
49+ fi
4050 run ${CODE_DIR} /getssl -f $GETSSL_HOST
4151 assert_success
4252 cleanup_environment
0 commit comments