From 1b5891ee8ce8adc6877c462ea292eaee3c4ab30b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 15 Aug 2022 03:11:57 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- tooling/bin/qa/run_qa_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tooling') diff --git a/tooling/bin/qa/run_qa_check b/tooling/bin/qa/run_qa_check index fa26a64f004..5b8844ec4fd 100755 --- a/tooling/bin/qa/run_qa_check +++ b/tooling/bin/qa/run_qa_check @@ -32,7 +32,7 @@ diffs_dir.glob('**/*').each do |path| next unless path.to_s.end_with?('_spec.rb.diff') specs_count += 1 - quarantine_specs_count += 1 if path.read.match?(/^\+.*, quarantine:/) + quarantine_specs_count += 1 if path.read.match?(/^\+.*,? quarantine:/) end # Run QA tests if there are no specs. E.g., when the MR changes QA framework files. -- cgit v1.2.3