Failure in browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb | Verify Pipeline with protected variable does not expose variable on unprotected branch

Full description

Verify Pipeline with protected variable does not expose variable on unprotected branch

File path

./qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb

Stack trace

Failure/Error:
  Resource::MergeRequest.fabricate_via_api! do |merge_request|
    merge_request.api_client = api_client
    merge_request.project = project
    merge_request.description = Faker::Lorem.sentence
    merge_request.target_new_branch = false
    merge_request.file_name = Faker::File.unique.file_name
    merge_request.file_content = Faker::Lorem.sentence
  end

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::Resource::Repository::Commit using the API failed (403) with `{"message":"403 Forbidden - Your account has been blocked."}`.
  Correlation Id: 01GD29AT92STQQJYG7NBHSYSHT

First happened in https://gitlab.com/gitlab-org/quality/nightly/-/jobs/3037502658.

Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347664.