Skip to content

Commit c514866

Browse files
committed
Mention SPAKR-12058
1 parent 765b584 commit c514866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyspark/streaming/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ 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 the bug")
1412+
@unittest.skip("Enable it when we fix SPAKR-12058")
14131413
def test_kinesis_stream(self):
14141414
if not are_kinesis_tests_enabled:
14151415
sys.stderr.write(

0 commit comments

Comments
 (0)