Skip to content

Commit 40b0042

Browse files
author
michaelawyu
authored
Update dataproc_e2e_test.py
1 parent 06d05d5 commit 40b0042

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dataproc/dataproc_e2e_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020

2121
import submit_job_to_cluster
2222

23+
from gcp_devrel.testing.flaky import flaky
24+
2325
PROJECT = os.environ['GCLOUD_PROJECT']
2426
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2527
CLUSTER_NAME = 'testcluster3'
2628
ZONE = 'us-central1-b'
2729

30+
@flaky
2831
def test_e2e():
2932
output = submit_job_to_cluster.main(
3033
PROJECT, ZONE, CLUSTER_NAME, BUCKET)

0 commit comments

Comments
 (0)