Skip to content

Commit

Permalink
Fixing More Lint Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored Nov 7, 2017
1 parent 0755aa6 commit ac09657
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dataproc/dataproc_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@

import os

from gcp_devrel.testing.flaky import flaky

import submit_job_to_cluster

PROJECT = os.environ['GCLOUD_PROJECT']
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
CLUSTER_NAME = 'testcluster3'
ZONE = 'us-central1-b'

@flaky

def test_e2e():
output = submit_job_to_cluster.main(
PROJECT, ZONE, CLUSTER_NAME, BUCKET)
Expand Down

0 comments on commit ac09657

Please sign in to comment.