Skip to content

Commit 0654465

Browse files
Reenable test, server has been fixed.
1 parent 78901f1 commit 0654465

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/btrdb_integration/test_regressions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import pytest
22
from uuid import uuid4 as new_uuid
33

4-
@pytest.mark.xfail
54
def test_create_count_obliterate_concurrency_bug(conn, tmp_collection):
6-
# This mark this test as failed, but don't run it as it
7-
# currently crashes btrdb, it needs to be resolved and
8-
# enabled.
9-
assert False
105
from concurrent.futures import ThreadPoolExecutor
116
n_streams = 10
127
def create_stream(i):

0 commit comments

Comments
 (0)