Skip to content

Commit b3ce1cd

Browse files
committed
Skipped sample_row_keys test on emulator
1 parent 1bd0230 commit b3ce1cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/v2_client/test_data_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,9 @@ def test_table_append_row(data_table, rows_to_delete):
990990
assert row_data.cells[COLUMN_FAMILY_ID1][str_col_name][0].value == b"foobarbaz"
991991

992992

993-
def test_table_sample_row_keys(data_table):
993+
def test_table_sample_row_keys(data_table, skip_on_emulator):
994+
# Skip on emulator because it gives a random response.
995+
994996
# sample_row_keys returns a generator
995997
response = list(data_table.sample_row_keys())
996998
previous_offset_bytes = 0

0 commit comments

Comments
 (0)