y1chi commented on pull request #15936: URL: https://github.com/apache/beam/pull/15936#issuecomment-988212880
It appears that we are not running other FhirIO tests with dataflow runner v2. https://github.com/apache/beam/blob/ed9f62019b43069f0cda5feb8497b7ddc9d5a620/runners/google-cloud-dataflow-java/build.gradle#L557 I think you need either exclude the test from runner v2 if it is not intended to work on runner v2, or you can try to make https://github.com/apache/beam/blob/ed9f62019b43069f0cda5feb8497b7ddc9d5a620/runners/google-cloud-dataflow-java/build.gradle#L547 depends on copyGoogleCloudPlatformTestResources like https://github.com/apache/beam/blob/ed9f62019b43069f0cda5feb8497b7ddc9d5a620/runners/google-cloud-dataflow-java/build.gradle#L499 (since you need to read the resource files). You can test it locally by running the corresponding gradle task. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
