Skip to content

Commit

Permalink
Remvoe flaky match conditions in script processor yaml test (opensear…
Browse files Browse the repository at this point in the history
…ch-project#7737)

Signed-off-by: Louis Chu <[email protected]>
  • Loading branch information
noCharger authored May 24, 2023
1 parent ece27af commit 8e2d059
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 8e2d059

Please sign in to comment.