Commit d2374090 authored by Robert Speicher's avatar Robert Speicher

Tag Ci::Trace::Metrics spec with prometheus

parent 56b98440
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
RSpec.describe Gitlab::Ci::Trace::Metrics do RSpec.describe Gitlab::Ci::Trace::Metrics, :prometheus do
describe '#increment_trace_bytes' do describe '#increment_trace_bytes' do
context 'when incrementing by more than one' do context 'when incrementing by more than one' do
it 'increments a single counter' do it 'increments a single counter' do
......
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