Skip to content

Commit

Permalink
gradle: set user timezone to UTC in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Oct 11, 2023
1 parent 572e592 commit 2b927ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion airbyte-cdk/java/airbyte-cdk/db-sources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ plugins {
}

test {
systemProperty 'user.timezone', 'UTC'
testLogging {
// TODO: Remove this after debugging
showStandardStreams = true
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ subprojects { subproj ->
}
}

systemProperty 'user.timezone', 'UTC'

if (rootProject.ext.skipSlowTests) {
// Exclude all connector unit tests
exclude '**/io/airbyte/integrations/source/**'
Expand Down

0 comments on commit 2b927ee

Please sign in to comment.