Skip to content

Commit 42d163c

Browse files
committed
re-enable test
1 parent 982459b commit 42d163c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/streaming/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,6 @@ def test_kinesis_stream_api(self):
14091409
InitialPositionInStream.LATEST, 2, StorageLevel.MEMORY_AND_DISK_2,
14101410
"awsAccessKey", "awsSecretKey")
14111411

1412-
@unittest.skip("Enable it when we fix SPAKR-12058")
14131412
def test_kinesis_stream(self):
14141413
if not are_kinesis_tests_enabled:
14151414
sys.stderr.write(

0 commit comments

Comments
 (0)