Commit 73856472 authored by Zeff Morgan's avatar Zeff Morgan

Remove quarantine new per new process

parent 09470f6b
# frozen_string_literal: true
module QA
context 'Verify', :docker, :runner, quarantine: { type: :new } do
context 'Verify', :docker, :runner do
describe 'Code coverage statistics' do
let(:simplecov) { '\(\d+.\d+\%\) covered' }
let(:executor) { "qa-runner-#{Time.now.to_i}" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment