Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
RUN_KINESIS_TESTS -> ENABLE_KINESIS_TESTS
  • Loading branch information
zsxwing committed Jul 23, 2015
commit 7c5cfb06205e2115f3094f83a90bfc5c0d421fd8
2 changes: 1 addition & 1 deletion python/pyspark/streaming/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def test_kinesis_stream_api(self):
"awsAccessKey", "awsSecretKey")

def test_kinesis_stream(self):
if os.environ.get('RUN_KINESIS_TESTS') != '1':
if os.environ.get('ENABLE_KINESIS_TESTS') != '1':
print("Skip test_kinesis_stream")
return

Expand Down