Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable link checking to main and master #3173

Merged
merged 20 commits into from
Feb 24, 2025
Prev Previous commit
Next Next commit
i hate tests pls just go away
  • Loading branch information
bmorelli25 committed Feb 21, 2025
commit fc2227f5a2fb7e33b27795520cd4f8437c5e6e5e
60 changes: 0 additions & 60 deletions integtest/spec/all_books_broken_link_detection_spec.rb
Original file line number Diff line number Diff line change
@@ -151,72 +151,12 @@
'${ELASTIC_GITHUB}kibana/issues/new/choose', false
include_examples 'all links are ok'
end
# describe 'when there is a broken Elasticsearch Guide link in Kibana' do
# include_context 'there is a kibana link', true,
# '${ELASTICSEARCH_DOCS}missing-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/elasticsearch/reference/master/missing-page.html'
# end
# describe 'when there is a broken Kibana guide link' do
# include_context 'there is a kibana link', true,
# '${KIBANA_DOCS}not-a-kibana-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/kibana/master/not-a-kibana-page.html'
# end
# describe 'when there is a broken ES Plugin link' do
# include_context 'there is a kibana link', true,
# '${PLUGIN_DOCS}not-valid-plugin.html', true
# include_examples 'there are broken links in kibana',
# 'en/elasticsearch/plugins/master/not-valid-plugin.html'
# end
# describe 'when there is a broken Fleet link' do
# include_context 'there is a kibana link', true,
# '${FLEET_DOCS}not-a-fleet-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/fleet/master/not-a-fleet-page.html'
# end
describe 'when there is a broken APM link' do
include_context 'there is a kibana link', true,
'${APM_DOCS}not-an-apm-page.html', true
include_examples 'there are broken links in kibana',
'en/apm/not-an-apm-page.html'
end
# describe 'when there is a broken Stack link' do
# include_context 'there is a kibana link', true,
# '${STACK_DOCS}not-a-stack-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/elastic-stack/master/not-a-stack-page.html'
# end
# describe 'when there is a broken Security link' do
# include_context 'there is a kibana link', true,
# '${SECURITY_SOLUTION_DOCS}not-a-security-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/security/master/not-a-security-page.html'
# end
# describe 'when there is a broken Stack Getting Started link' do
# include_context 'there is a kibana link', true,
# '${STACK_GETTING_STARTED}not-a-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/elastic-stack-get-started/master/not-a-page.html'
# end
# describe 'when there is a broken App Search link' do
# include_context 'there is a kibana link', true,
# '${APP_SEARCH_DOCS}not-a-search-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/app-search/master/not-a-search-page.html'
# end
# describe 'when there is a broken Enterprise Search link' do
# include_context 'there is a kibana link', true,
# '${ENTERPRISE_SEARCH_DOCS}not-a-search-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/enterprise-search/master/not-a-search-page.html'
# end
# describe 'when there is a broken Workplace Search link' do
# include_context 'there is a kibana link', true,
# '${WORKPLACE_SEARCH_DOCS}not-a-search-page.html', true
# include_examples 'there are broken links in kibana',
# 'en/workplace-search/master/not-a-search-page.html'
# end
describe 'when using --keep_hash and --sub_dir together like a PR test' do
describe 'when there is a broken link in one of the books being built' do
convert_before do |src, dest|