turbaszek commented on a change in pull request #10403:
URL: https://github.com/apache/airflow/pull/10403#discussion_r483465323
##########
File path: tests/providers/google/cloud/operators/test_dataproc_system.py
##########
@@ -57,12 +52,12 @@ class DataprocExampleDagsTest(GoogleSystemTest):
def setUp(self):
super().setUp()
self.create_gcs_bucket(BUCKET)
- self.upload_content_to_gcs(lines=pyspark_file, bucket=PYSPARK_URI,
filename=PYSPARK_MAIN)
- self.upload_content_to_gcs(lines=sparkr_file, bucket=SPARKR_URI,
filename=SPARKR_MAIN)
+ self.upload_content_to_gcs(lines=pyspark_file, bucket=GCS_URI,
filename=PYSPARK_MAIN)
+ self.upload_content_to_gcs(lines=sparkr_file, bucket=GCS_URI,
filename=SPARKR_MAIN)
@provide_gcp_context(GCP_DATAPROC_KEY)
def tearDown(self):
- self.delete_gcs_bucket(BUCKET)
+ # self.delete_gcs_bucket(BUCKET)
Review comment:
```suggestion
self.delete_gcs_bucket(BUCKET)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]