Skip to content

Commit

Permalink
Addressed PR Comments
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Jan 24, 2024
1 parent 55ba20a commit 5843aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [Unreleased]
### Added
- Github workflow for changelog verification ([#440](https://github.com/opensearch-project/flow-framework/pull/440))
- Retry flaky tests ([#449](https://github.com/opensearch-project/flow-framework/pull/449))

### Changed

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@ task integTestRemote(type: RestIntegTestTask) {
// test retry configuration
subprojects {
apply plugin: "org.gradle.test-retry"
tasks.withType(Test).configureEach {
tasks.withType(RestIntegTestTask).configureEach {
retry {
failOnPassedAfterRetry = false
maxRetries = 3
maxFailures = 10
maxFailures = 5
}
}
}
Expand Down

0 comments on commit 5843aec

Please sign in to comment.