Skip to content

Commit a9c7cc7

Browse files
author
Richard Sun
committed
[QQC-1126] Remove test skip
1 parent 6bab4e5 commit a9c7cc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_batch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_create_batch_async(batch_project: Project, big_dataset: Dataset):
6464
assert batch.size == len(data_rows)
6565

6666

67-
@pytest.mark.skip()
6867
def test_create_batch_with_consensus_settings(batch_project: Project,
6968
small_dataset: Dataset):
7069
data_rows = [dr.uid for dr in list(small_dataset.export_data_rows())]

0 commit comments

Comments
 (0)