Skip to content

Commit ac09657

Browse files
author
michaelawyu
authored
Fixing More Lint Errors
1 parent 0755aa6 commit ac09657

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dataproc/dataproc_e2e_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@
1818

1919
import os
2020

21-
from gcp_devrel.testing.flaky import flaky
22-
2321
import submit_job_to_cluster
2422

2523
PROJECT = os.environ['GCLOUD_PROJECT']
2624
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2725
CLUSTER_NAME = 'testcluster3'
2826
ZONE = 'us-central1-b'
2927

30-
@flaky
28+
3129
def test_e2e():
3230
output = submit_job_to_cluster.main(
3331
PROJECT, ZONE, CLUSTER_NAME, BUCKET)

0 commit comments

Comments
 (0)