Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Mar 15, 2024
1 parent 8e9c3e1 commit be6a164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ expected:
key: 192.168.0.1
- doc_count: 1
key: 192.168.0.11
- doc_count: 1
key: 192.168.0.15
doc_count_error_upper_bound: 0
sum_other_doc_count: 0
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ ndjson:
- {"name": "Fritz", "response": 30, "id": 0}
- {"name": "Holger", "response": 30, "id": 4, "date": "2015-02-06T00:00:00Z", "host": "192.168.0.10"}
- {"name": "Werner", "response": 20, "id": 5, "date": "2015-01-02T00:00:00Z", "host": "192.168.0.10"}
- {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z", "host": "192.168.0.15"}
- {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z"}

0 comments on commit be6a164

Please sign in to comment.