Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/pages_domain_spec.rb')
-rw-r--r--spec/models/pages_domain_spec.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/models/pages_domain_spec.rb b/spec/models/pages_domain_spec.rb
index d476e18a72c..8a5b1e73194 100644
--- a/spec/models/pages_domain_spec.rb
+++ b/spec/models/pages_domain_spec.rb
@@ -287,19 +287,6 @@ RSpec.describe PagesDomain do
it { is_expected.to be_truthy }
end
-
- # The LetsEncrypt DST Root CA X3 expired on 2021-09-30, but the
- # cross-sign in ISRG Root X1 enables it to function provided a chain
- # of trust can be established with the system store. See:
- #
- # 1. https://community.letsencrypt.org/t/production-chain-changes/150739
- # 2. https://letsencrypt.org/2020/12/21/extending-android-compatibility.html
- # 3. https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/
- context 'with a LetsEncrypt bundle with an expired DST Root CA X3' do
- let(:domain) { build(:pages_domain, :letsencrypt_expired_x3_root) }
-
- it { is_expected.to be_truthy }
- end
end
describe '#expired?' do