Skip to content

Commit

Permalink
fix: removed flaky jitter test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhajek committed Aug 31, 2021
1 parent 1120a4f commit 0efef45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/influxdb/write_api_batching_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ def test_jitter_interval
@write_client.write(data: ['h2o_feet,location=coyote_creek water_level=1.0 1',
'h2o_feet,location=coyote_creek water_level=2.0 2'])

sleep(0.05)

assert_requested(:post, 'http://localhost:8086/api/v2/write?bucket=my-bucket&org=my-org&precision=ns',
times: 0, body: request)

sleep(2)

assert_requested(:post, 'http://localhost:8086/api/v2/write?bucket=my-bucket&org=my-org&precision=ns',
Expand Down

0 comments on commit 0efef45

Please sign in to comment.