Skip to content

Commit

Permalink
DO NOT MERGE: hacking postcommit gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed May 12, 2022
1 parent 1ec2b1d commit caa3662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/examples/wordcount_it_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class WordCountIT(unittest.TestCase):
def test_wordcount_it(self):
self._run_wordcount_it(wordcount.run)

@pytest.mark.it_postcommit
@pytest.mark.it_postcommit_impersonation
@pytest.mark.sickbay_direct
@pytest.mark.sickbay_spark
@pytest.mark.sickbay_flink
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/test-suites/dataflow/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ task postCommitIT {
"sdk_location": files(configurations.distTarBall.files).singleFile,
"worker_jar": dataflowWorkerJar,
"suite": "postCommitIT-df${pythonVersionSuffix}",
"collect": "it_postcommit"
"collect": "it_postcommit_impersonation"
]
def cmdArgs = mapToArgString(argMap)
exec {
Expand Down

0 comments on commit caa3662

Please sign in to comment.