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:
Pier-Hugues Pellerin 2016-05-30 09:48:33 -04:00
parent 9764584698
commit db2b40c9ed

View file

@ -373,7 +373,7 @@ describe LogStash::Agent do
@t.join @t.join
end end
xit "resets the metric collector" do it "resets the metric collector" do
# We know that the store has more events coming in. # We know that the store has more events coming in.
sleep(0.01) while dummy_output.events.size < new_config_generator_counter sleep(0.01) while dummy_output.events.size < new_config_generator_counter
snapshot = LogStash::Instrument::Collector.instance.snapshot_metric snapshot = LogStash::Instrument::Collector.instance.snapshot_metric