Skip to content

Commit

Permalink
Remvoe flaky match conditions in script processor yaml test (#7737)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chu <[email protected]>
(cherry picked from commit 8e2d059)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 5f814d0 commit 236ea1a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ teardown:
"profile": true
}
- length: { hits.hits: 2 }
- match: { _shards.total: 1 }
- match: { hits.total.value: 1 }
- match: { hits.hits.0._score: 1.0 }
- match: { hits.hits.1._score: 1.0 }
- is_false: hits.hits.0._explanation
- is_false: hits.hits.1._explanation
- is_false: hits.hits.0._seq_no
Expand Down

0 comments on commit 236ea1a

Please sign in to comment.