Skip to content

Commit

Permalink
Fix beam_PostCommit_XVR_Direct not flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
chamikaramj committed Oct 12, 2023
1 parent 0586161 commit 61666a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/test-suites/direct/xlang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ createCrossLanguageValidatesRunnerTask(
],
goScriptOptions: [
"--runner portable",
"--tests \"./test/integration/xlang ./test/integration/io/xlang/...\"",
// TODO: Re-enable when https://github.com/apache/beam/issues/28972 is fixed (for example, by using Prism runner).
// "--tests \"./test/integration/xlang ./test/integration/io/xlang/...\"",
"--endpoint localhost:${jobPort}",
],
)
Expand Down

0 comments on commit 61666a9

Please sign in to comment.