File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1566,10 +1566,11 @@ def test_resultbatch(
15661566 isinstance (p , expected_chunk_type ) for p in pre_pickle_partitions
15671567 )
15681568 pickle_str = pickle .dumps (pre_pickle_partitions )
1569- assert any (
1570- t .message ["type" ] == TelemetryField .GET_PARTITIONS_USED .value
1571- for t in telemetry_data .records
1572- )
1569+ # note (whummer): commenting out the check below, as telemetry is disabled in the emulator
1570+ # assert any(
1571+ # t.message["type"] == TelemetryField.GET_PARTITIONS_USED.value
1572+ # for t in telemetry_data.records
1573+ # )
15731574 post_pickle_partitions : list [ResultBatch ] = pickle .loads (pickle_str )
15741575 total_rows = 0
15751576 # Make sure the batches can be iterated over individually
You can’t perform that action at this time.
0 commit comments