mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Remove XIT for metric test in the agent_spec.
The XIT was added to make sure we were able to build LS packages. This PR revert the xit since the bug was fixed in #5307 Fixes: #5371 Fixes #5392
This commit is contained in:
parent
9764584698
commit
db2b40c9ed
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ describe LogStash::Agent do
|
|||
@t.join
|
||||
end
|
||||
|
||||
xit "resets the metric collector" do
|
||||
it "resets the metric collector" do
|
||||
# We know that the store has more events coming in.
|
||||
sleep(0.01) while dummy_output.events.size < new_config_generator_counter
|
||||
snapshot = LogStash::Instrument::Collector.instance.snapshot_metric
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue