We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a004e9 + 4c2f071 commit 17ebd39Copy full SHA for 17ebd39
1 file changed
logging/spec/sample_spec.rb
@@ -148,7 +148,9 @@ def cleanup!
148
).to_stdout
149
end
150
151
- it "can write log entry" do
+ # XXX This test is flaky so it is currently disabled
152
+ # Will send future pull request to re-enable when fixed
153
+ skip "can write log entry" do
154
current_time = Time.now.to_f
155
156
# Log entries refer to a particular resource
0 commit comments