We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bab4e5 commit a9c7cc7Copy full SHA for a9c7cc7
tests/integration/test_batch.py
@@ -64,7 +64,6 @@ def test_create_batch_async(batch_project: Project, big_dataset: Dataset):
64
assert batch.size == len(data_rows)
65
66
67
-@pytest.mark.skip()
68
def test_create_batch_with_consensus_settings(batch_project: Project,
69
small_dataset: Dataset):
70
data_rows = [dr.uid for dr in list(small_dataset.export_data_rows())]
0 commit comments