Skip to content

Commit

Permalink
Skip BQ avro typed integration test until 2.61 (#5526)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Nov 21, 2024
1 parent 49f43b0 commit 5af9b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,7 @@ lazy val integration = project
unusedCompileDependenciesTest := unusedCompileDependenciesTestSkipped.value,
libraryDependencies ++= Seq(
// compile
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.google.api-client" % "google-api-client" % gcpBom.key.value,
"com.google.apis" % "google-api-services-bigquery" % googleApiServicesBigQueryVersion,
"com.google.guava" % "guava" % guavaVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ class TypedBigQueryIT extends PipelineSpec with BeforeAndAfterAll {
}
}

it should "handle records as avro format" in {
// TODO fix if in beam 2.61
ignore should "handle records as avro format" in {
implicit val coder: Coder[GenericRecord] = avroGenericRecordCoder(Record.avroSchema)
runWithRealContext(options) { sc =>
sc.parallelize(records)
Expand Down

0 comments on commit 5af9b53

Please sign in to comment.