Broken master: ./spec/features/projects/pipelines/pipeline_spec.rb failing

From https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/187413258:

Starting the Capybara driver server...
  GET /:project/pipelines/:id
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
2nd Try error in ./spec/features/projects/pipelines/pipeline_spec.rb:66:
 RSpec::Core::MultipleExceptionError 

RSpec::Retry: 2nd try ./spec/features/projects/pipelines/pipeline_spec.rb:66
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
3rd Try error in ./spec/features/projects/pipelines/pipeline_spec.rb:66:
 RSpec::Core::MultipleExceptionError 
RSpec::Retry: 3rd try ./spec/features/projects/pipelines/pipeline_spec.rb:66
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
RSpec::Retry: 4th try ./spec/features/projects/pipelines/pipeline_spec.rb:66
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
    shows the pipeline graph (FAILED - 1)
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
2nd Try error in ./spec/features/projects/pipelines/pipeline_spec.rb:75:
 RSpec::Core::MultipleExceptionError 

RSpec::Retry: 2nd try ./spec/features/projects/pipelines/pipeline_spec.rb:75
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
3rd Try error in ./spec/features/projects/pipelines/pipeline_spec.rb:75:
 RSpec::Core::MultipleExceptionError 
RSpec::Retry: 3rd try ./spec/features/projects/pipelines/pipeline_spec.rb:75
DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ce/spec/support/database_cleaner.rb:54)
RSpec::Retry: 4th try ./spec/features/projects/pipelines/pipeline_spec.rb:75
Pulling docker image gitlab/gitlab-runner-helper:x86_64-227934c0 ...
ERROR: Job failed: execution took longer than 1h0m0s seconds

This is also failing in PostgreSQL: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/187445257

Edited by Stan Hu