Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 868d18d

Browse files
committed
test: re-enable concurrent StreamedResultSet tests
1 parent e7b2753 commit 868d18d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unit/test_spanner.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,6 @@ def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_
11061106
)
11071107
self.assertEqual(actual_id_suffixes, expected_id_suffixes)
11081108

1109-
@pytest.mark.skip(
1110-
reason="Inherently flaky: concurrent StreamedResultSet requests race inline begins due to lazy evaluation"
1111-
)
11121109
def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_read(
11131110
self,
11141111
):
@@ -1182,9 +1179,6 @@ def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_
11821179
)
11831180
self.assertEqual(actual_id_suffixes, expected_id_suffixes)
11841181

1185-
@pytest.mark.skip(
1186-
reason="Inherently flaky: concurrent StreamedResultSet requests race inline begins due to lazy evaluation"
1187-
)
11881182
def test_transaction_for_concurrent_statement_should_begin_one_transaction_with_query(
11891183
self,
11901184
):

0 commit comments

Comments
 (0)