Skip to content

Commit

Permalink
skipping test cases that use an s3 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosend committed Oct 14, 2024
1 parent 03ffbaf commit ab1bbbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/java/transports-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ shadowJar {
}

test {
filter {
excludeTestsMatching "io.openlineage.client.transports.s3*"
}
exclude 'io/openlineage/client/transports/s3/S3TransportTest.class'
}

apply from: '../transports.build.gradle'

0 comments on commit ab1bbbe

Please sign in to comment.