We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e256024 commit 29b52aaCopy full SHA for 29b52aa
spec/integration/stress_test_spec.rb
@@ -4,7 +4,7 @@
4
require "logstash/codecs/line"
5
require "stud/temporary"
6
7
-describe "Upload current file on shutdown", :slow => true do
+describe "Upload current file on shutdown", :integration => true, :slow => true do
8
include_context "setup plugin"
9
let(:stress_time) { ENV["RUNTIME"] || 1 * 60 }
10
let(:options) { main_options }
0 commit comments